Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 10,888 for

insert text

(0.17 sec)
  1. Field class | Aspose.Words for Node.js

    Aspose.Words.Field class. Represents a Microsoft Word document field... You can get the plain text version of the field code using...You can get and set the plain text version of the field result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... wrap_text = False builder . cell_format . fit_text = True builder.... Color . orange builder . insert_cell () builder . write ( 'Row...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Watermark PPTX File Online or using Java | prod...

    Free online app to Watermark different PPTX files. Java watermarking library code for PPTX presentations....Watermark Write the Watermark Text Choose relevant color Click...watermarkShape.addTextFrame with watmark text as parameter Call save method...

    products.aspose.com/total/java/watermark/pptx/
  4. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.Insert_structured_document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....insert_structured_document_tag method insert_structured_document_tag(type)...ment_tag(type) Inserts a StructuredDocumentTa into the document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert images EPS to SVG via C# | products.asp...

    Sample code for EPS to SVG C# image conversion. Use API example code for batch EPS files to SVG conversion within VB.NET, Asp.NET or any .NET based application....may contain any combination of text, graphics and images. EPS files...have turned off the ability to insert EPS files into Office documents...

    products.aspose.com/imaging/net/conversion/eps-...
  6. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to Insert circle in PDF using C#....This code demonstrates how to insert a circle in PDF using C# where...the graph object, radius, and text. This article has provided us...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  7. Work with XPS Documents in Qt | Aspose.Page for...

    C++ Library for the developers to process XPS files. Learn how to work with XPS Documents in Qt within Aspose.Page API solution for C++....with some text and save it to disc. To do this: Insert the following...save to disc Copy 1 QString text = "Hello World" ; 2 3 // Create...

    docs.aspose.com/page/cpp/work-with-xps-document...
  8. Java API to Export MD to WORDML | products.aspo...

    Convert MD to WORDML using on premise Java API...other formats, and extracting text and images from PDF documents...other formats, and extracting text and images from Word documents...

    products.aspose.com/total/java/conversion/md-to...
  9. Java API to Export MD to OTT | products.aspose.com

    Convert MD to OTT using on premise Java API...Markdown (MD) to OpenDocument Text (OTT) is a simple two-step process...such as document manipulation, text extraction, and document conversion...

    products.aspose.com/total/java/conversion/md-to...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...write("This is text at the end of footer"); ssj123ssj...following HTML structure to insert content with comments: <div>...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...