Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 10,748 for

append

(0.07 sec)
  1. Aspose::Words::DocumentBuilder::get_IsAtStartOf...

    Aspose::Words::DocumentBuilder::get_IsAtStartOfParagraph method. Returns true if the cursor is at the beginning of the current paragraph (no text before the cursor) in C++....nodes with the builder will append them to the last node. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the document....toEqual ( "Section 2" ); // Append a copy of what is now the first...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Remove method. Removes the specified value from the collection in C++.... // 1 - Append an item to the end of the collection:...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. INodeChangingCallback Interface | Aspose.Words ...

    Implement the Aspose.Words.INodeChangingCallback interface to get real-time notifications on document node changes, enhancing your document management experience.... Append ( $"\tFont:\tChanged from \"...

    reference.aspose.com/words/net/aspose.words/ino...
  5. Aspose::Words::DocumentBuilder::get_CurrentPara...

    Aspose::Words::DocumentBuilder::get_CurrentParagraph method. Gets the paragraph that is currently selected in this DocumentBuilder in C++....nodes with the builder will append them to the last node. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::DocumentBuilder::get_IsAtEndOfPa...

    Aspose::Words::DocumentBuilder::get_IsAtEndOfParagraph method. Returns true if the cursor is at the end of the current paragraph in C++....nodes with the builder will append them to the last node. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities.... AppendField ( string ) Appends a field to this paragraph....AppendField ( FieldType , bool ) Appends a field to this paragraph....

    reference.aspose.com/words/net/aspose.words/par...
  8. CommentRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeStart class, marking comment-associated text regions for enhanced document management and editing efficiency....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/com...
  9. Copy Bookmarked Text in Jython|Aspose.Words for...

    Copy Bookmarked Text using Jython....() # Let's say we will be appending to the end of the body of...KEEP_SOURCE_FORMATTING ) # Do it once. self . append_bookmarked_text ( importer...

    docs.aspose.com/words/java/copy-bookmarked-text...
  10. Table cell list format changed after insert new...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document main = new Document(path + "794084228810694656.docx"); Document cover = new Document(path + "竖版签批.docx"); Document target = (Document) main.deepClo…...formatting changes after appending documents using ImportFormatMode...style handling during document append operations, especially with...

    forum.aspose.com/t/table-cell-list-format-chang...