Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 15,316 for

section

(0.12 sec)
  1. Aspose.Words Document Object Model (DOM) in C++...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C++.... This section describes the main classes...text, paragraph, table, or section is a node, and even the document...

    docs.aspose.com/words/cpp/aspose-words-document...
  2. XlsxSaveOptions.SectionMode | Aspose.Words for ...

    Discover how the XlsxSaveOptions SectionMode property optimizes Section handling for XLSX exports, ensuring seamless document management and multiple worksheets....property Gets or sets the way how sections are handled when saving to...document.docx" ); // Each section of a document will be created...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Red OMR form with a vertical tear line|Document...

    OMR form with a vertical tear line in red...block=left_section_1_header column=1 border=none ?content=Section 1 font_size=12...italic &block ?block=left_section_1_content column=1 border=rounded...

    docs.aspose.com/omr/net/showcases/tear/vertical...
  4. Black and white OMR form with a vertical tear l...

    OMR form with a vertical tear line in black and white...block=left_section_1_header column=1 border=square...border=square ?content=Section 1 font_size=12 align=center font_style=bold...

    docs.aspose.com/omr/net/showcases/tear/vertical...
  5. Rotate Text in Word using C#

    Rotate text in Word using C#. Get all the details to set the IDE, a list of steps and a sample code to flip the text in Word using C#....file Parse through all the sections of the Word file Access the...the page setup of each section Set the TextOrientation property...

    kb.aspose.com/words/net/rotate-text-in-word-usi...
  6. Working with Traditional Mail Merge Data Source...

    Use simplified syntax in template expressions to work with traditional Aspose.Words Mail Merge data source objects when building a report in Java....following sections for more information. This section includes...

    docs.aspose.com/words/java/working-with-traditi...
  7. Supported Features on Document Load|Aspose.Word...

    Load your document in any supported format using Node.js. Import and convert a document of any size....Features on Document Load section in the Aspose.Words for .NET...Features on Document Load” section of the .NET documentation....

    docs.aspose.com/words/nodejs-net/supported-feat...
  8. Aspose::Words::DocumentBase::ImportNode method ...

    Aspose::Words::DocumentBase::ImportNode method. Imports a node from another document to the current document in C++....SharedPtr < Aspose :: Words :: Section >> ( srcDoc -> get_FirstSection...ExplicitCast < Aspose :: Words :: Section > ( dstDoc -> ImportNode (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result in Java....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/java/com.aspose.word...
  10. ReplacingArgs class | Aspose.Words for Node.js

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation...foreach ( Section srcSection in docToInsert . sections . OfType...OfType < Section > ()) for ( let srcNode of srcSection . body ) {...

    reference.aspose.com/words/nodejs-net/aspose.wo...