Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 19,501 for

document insertion

(0.08 sec)
  1. FieldCitation class | Aspose.Words for Python

    aspose.words.fields.FieldCitation class. Implements the CITATION field...with Fields documentation article. Remarks Inserts the contents...format the citation in the document. is_dirty Gets or sets whether...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ThemeColors class | Aspose.Words for Python

    aspose.words.themes.ThemeColors class. Represents the color scheme of the Document theme which contains twelve colors....Represents the color scheme of the document theme which contains twelve...fonts for themes. doc = aw . Document ( file_name = MY_DIR + 'Theme...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ThemeColors.accent4 property | Aspose.Words for...

    ThemeColors.accent4 property. Specifies color Accent 4.... Document ( file_name = MY_DIR + 'Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.pageNumberStyle property | Aspose.Wor...

    PageSetup.pageNumberStyle property. Gets or sets the page number format.... Document (); let builder = new aw ...2, page 3." ); // Move the document builder to the first section's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldAsk.PromptText | Aspose.Words for .NET

    Discover how to easily manage the FieldAsk PromptText property to customize your prompt window's title for enhanced user experience....void FieldAsk () { Document doc = new Document (); DocumentBuilder...( " REF MyAskField" )); // Insert the ASK field and edit its...

    reference.aspose.com/words/net/aspose.words.fie...
  6. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the section.... Document () builder = aw . DocumentBuilder...'Section 1, page 1.' ) builder . insert_break ( aw . BreakType . PAGE_BREAK...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment.done property | Aspose.Words for Python

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... Document () builder = aw . DocumentBuilder...writeln ( 'Helo world!' ) # Insert a comment to point out an error...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cut and Paste Ranges|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Index: The index of the row to insert cells. Column Index: The index...index of the column to insert cells. ShiftType : The shift direction...

    docs.aspose.com/cells/java/cut-and-paste-cells/
  9. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  10. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space into the coordinate space of the parent shape in C++....Aspose :: Words :: Document > (); // Insert a group shape, and...and to the right of // the document's x and Y coordinate origin...

    reference.aspose.com/words/cpp/aspose.words.dra...