Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 12,206 for

section

(0.04 sec)
  1. Orientation | Aspose.Words for Java

    Specifies page orientation in Java....revert page setup settings to sections in a document. Document doc...for the builder's current section and add text. builder.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  2. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method...set up page numbering in a section. doc = aw . Document () builder...doc ) builder . writeln ( 'Section 1, page 1.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method...set up page numbering in a section. let doc = new aw . Document...doc ); builder . writeln ( "Section 1, page 1." ); builder . insertBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BuildingBlockType | Aspose.Words for Java

    Specifies a building block type in Java....Block"); // The block itself is a section that contains the text. Assert...into the document as a new section. doc.appendChild(doc.importNode(customBlock...

    reference.aspose.com/words/java/com.aspose.word...
  5. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....CONTINUE; } /// /// Called when a Section node is encountered in the...visitSectionStart(final Section section) { // Get the index of our section within...

    reference.aspose.com/words/java/com.aspose.word...
  6. BuildingBlock Class | Aspose.Words for .NET

    Discover the Aspose.Words.BuildingBlocks.BuildingBlock class for creating and managing glossary entries like AutoText and AutoCorrect for enhanced document efficiency....FirstSection { get; } Gets the first section in the building block. Gallery...LastSection { get; } Gets the last section in the building block. Name...

    reference.aspose.com/words/net/aspose.words.bui...
  7. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....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/cpp/aspose.words/run/
  8. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-Sections content in Java....document tag which accepts multi-sections content. See also StructuredDocumentTa...get the properties of multi-section structured document tags. Document...

    reference.aspose.com/words/java/com.aspose.word...
  9. SectionCollection.ToArray | Aspose.Words for .NET

    Discover the SectionCollection ToArray method, effortlessly copy all Sections into a new array, enhancing your data management and coding efficiency....ToArray method Copies all sections from the collection to a new...new array of sections. public Section [] ToArray () Return Value...

    reference.aspose.com/words/net/aspose.words/sec...
  10. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a Section of a document...all the columns of text in a section of a document. To learn more...more, visit the Working with Sections documentation article. Remarks...

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