Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 9,495 for

insert text

(0.07 sec)
  1. 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...
  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. 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...
  4. FieldTA Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTA class for seamless TA field implementation, enhancing your document automation and formatting capabilities....DisplayResult { get; } Gets the text that represents the displayed...marks a range of pages that is inserted as the entry’s page number...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Export OFT to DOC via C++ | products.aspose.com

    C++ API to Convert OFT to DOC without using Microsoft Word or Outlook...as well as to insert, delete, and extract text and images. By...Convert OFT to ODT (OpenDocument Text File Format) Convert OFT to...

    products.aspose.com/total/cpp/conversion/oft-to...
  6. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....Setting Page Breaks You can insert page breaks in a worksheet...example demonstrates how to insert a horizontal page break: #include...

    docs.aspose.com/cells/cpp/page-setup-features/
  7. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....getTrackRevisions()); // We have added text using the document builder,...the first revision is an insertion-type revision. Revision revision...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. RevisionOptions.insert_cell_color property | As...

    RevisionOptions.Insert_cell_color property. Allows to specify the color to be used for Inserted cells [RevisionType.InsertION](../../../aspose.words/revisiontype/#InsertION)...insert_cell_color property RevisionOptions.insert_cell_color...be used for inserted cells RevisionType.INSERTION . Default value...

    reference.aspose.com/words/python-net/aspose.wo...
  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-...