Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 6,840 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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  2. FieldHyperlink.isImageMap property | Aspose.Wor...

    FieldHyperlink.isImageMap property. Gets or sets whether to Append coordinates to the hyperlink for a server-side image map....property Gets or sets whether to append coordinates to the hyperlink...

    reference.aspose.com/words/nodejs-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. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and Append a Paragraph object with customizable text for seamless document enhancement....object with optional text and appends it to the end of this object...Value The newly created and appended paragraph. Examples Shows...

    reference.aspose.com/words/net/aspose.words/sto...
  6. Create a spreadsheet document|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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  7. 插入新工作表|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...
  8. Aspose::Words::ParagraphFormat::get_Alignment m...

    Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the paragraph in C++....ends the paragraph after appending text // and then starts a...create a new section, and then append it as a child to the root document...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::Story::AppendParagraph method | ...

    Aspose::Words::Story::AppendParagraph method. A shortcut method that creates a Paragraph object with optional text and Appends it to the end of this object in C++....object with optional text and appends it to the end of this object...ReturnValue The newly created and appended paragraph. Examples Shows...

    reference.aspose.com/words/cpp/aspose.words/sto...
  10. 合并相邻单元格|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....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/zh/net/merge-two-adjacent...