Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,637 for

append

(0.04 sec)
  1. 插入新工作表|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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  2. PageSetup.section_start property | Aspose.Words...

    PageSetup.section_start property. Returns or sets the type of section break for the specified object....create a new section, and then append it as a child to the root document...aw . Section ( doc ) doc . append_child ( section ) # Set some...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentVisitor::VisitAbsolutePo...

    Aspose::Words::DocumentVisitor::VisitAbsolutePositionTab method. Called when a AbsolutePositionTab node is encountered in the document in C++....tab ) override { mBuilder -> Append ( u " \t " ); return VisitorAction...String text ) { mBuilder -> Append ( text ); } }; See Also Enum...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Working with Text Styles

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... append ( "DefaultParagraphFont" ); 10 builder. append (System...builder. append ( "OnlyDefaultParagraph" ); 12 builder. append (System...

    docs.aspose.com/note/java/working-with-text-sty...
  5. Aspose::Words::AbsolutePositionTab::Accept meth...

    Aspose::Words::AbsolutePositionTab::Accept method. Accepts a visitor in C++....tab ) override { mBuilder -> Append ( u " \t " ); return VisitorAction...String text ) { mBuilder -> Append ( text ); } }; See Also Class...

    reference.aspose.com/words/cpp/aspose.words/abs...
  6. BuildingBlock constructor | Aspose.Words for Py...

    BuildingBlock constructor. Initializes a new instance of this class.... To append BuildingBlock to a GlossaryDocument...GlossaryDocument use CompositeNode.append_child() . See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Merge Word Documents using Java

    This topic describes how to merge Word document using Java. It includes all the steps to set up the environment, a list of stepwise tasks and and an example code to merge DOCX files in Java....Words for Java to append Word document in Java Access...the Document class instance Append the Source DOCX into the Target...

    kb.aspose.com/words/java/how-to-merge-word-docu...
  8. Aspose::Words::Fields::FieldHyperlink::get_IsIm...

    Aspose::Words::Fields::FieldHyperlink::get_IsImageMap method. Gets whether to Append coordinates to the hyperlink for a server-side image map in C++....Map method Gets whether to append coordinates to the hyperlink...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Body.AcceptEnd | Aspose.Words for .NET

    Enhance your web experience with the Body AcceptEnd method, designed to seamlessly accept visitors at the document's end for improved navigation.... Append ( "\t" ); return VisitorAction...string text ) { mBuilder . Append ( text ); } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words/bod...
  10. Body.AcceptStart | Aspose.Words for .NET

    Discover the Body AcceptStart method to seamlessly integrate visitors at the beginning of your document's body for enhanced user experience.... Append ( "\t" ); return VisitorAction...string text ) { mBuilder . Append ( text ); } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words/bod...