Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 12,037 for

section

(0.07 sec)
  1. Section.pageSetup property | Aspose.Words for N...

    Section.pageSetup property. Returns an object that represents page setup and Section properties....pageSetup property Section.pageSetup property Returns an object...represents page setup and section properties. get pageSetup ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your document's appearance!...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/net/aspose.words/par...
  3. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects....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/net/aspose.words/inl...
  4. Aspose::Words::LineNumberRestartMode enum | Asp...

    Aspose::Words::LineNumberRestartMode enum. Determines when automatic line numbering restarts in C++....numbering restarts at the section start. Continuous 2 Line numbering...continuous from the previous section. Examples Shows how to enable...

    reference.aspose.com/words/cpp/aspose.words/lin...
  5. Node.range property | Aspose.Words for Node.js

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node....first section in the document, and then add another section. builder...builder . write ( "Section 1. " ); builder . insertBreak ( aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Section.clearContent method | Aspose.Words for ...

    Section.clearContent method. Clears the Section....the section. clearContent () Remarks The text of Section.body...is left that represents the section break. The text of all headers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the document in C++....Shows how to add and remove sections in a document. auto doc =...doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first Section in the document....firstSection property Gets the first section in the document. get firstSection...Words . Section Remarks Returns null if there are no sections. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Node.PreviousSibling | Aspose.Words for .NET

    Discover the Node PreviousSibling property to easily access the node that comes before your current node, enhancing your DOM manipulation skills....CompositeNode to remove a section before the last section in the document...doc ); builder . Writeln ( "Section 1 text." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/nod...
  10. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance....shapes: a Section, a Body, and a Paragraph. const section = new aw...aw . Section ( doc ); doc . appendChild ( section ); const body...

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