Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 6,333 for

section

(0.06 sec)
  1. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a Section...header or footer text of a section. To learn more, visit the Working...is a section-level node and can only be a child of Section . There...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Fields::FieldAutoTextList::get_L...

    Aspose::Words::Fields::FieldAutoTextList::get_ListStyle method. Gets or sets the name of the style on which the list to contain entries is based in C++....Paragraph ); auto section = MakeObject < Section > ( glossaryDoc...glossaryDoc ); section -> AppendChild ( MakeObject < Body > ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. HeaderFooter.nodeType property | Aspose.Words f...

    HeaderFooter.nodeType property. Returns [NodeType.HeaderFooter](../../nodetype/#HeaderFooter).... write ( "Section 1" ); builder . moveToHeaderFooter...footer" ); let section = doc . firstSection ; // A Section is a composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ControlChar.SECTION_BREAK_CHAR property | Aspos...

    ControlChar.Section_BREAK_CHAR property. End of Section character: (char)12 or \f....SECTION_BREAK_CHAR property ControlChar.SECTION_BREAK_CHAR property...property End of section character: (char)12 or “\f”. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::DocumentBuilder::MoveToSection m...

    Aspose::Words::DocumentBuilder::MoveToSection method. Moves the cursor to the beginning of the body in a specified Section in C++....of the body in a specified section. void Aspose :: Words :: DocumentBuilder...sectionIndex int32_t The index of the section to move to. Remarks When sectionIndex...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Orientation enumeration | Aspose.Words for Node.js

    Aspose.Words.Orientation enumeration. Specifies page orientation....revert page setup settings to sections in a document. let doc = new...for the builder's current section and add text. builder . pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_Description method. Gets or sets the description associated with this building block in C++....); // The block itself is a section that contains the text. ASSERT_EQ...into the document as a new section. doc -> AppendChild ( doc ->...

    reference.aspose.com/words/cpp/aspose.words.bui...
  8. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_Behavior method. Specifies the behavior that shall be applied when the contents of the building block is inserted into the main document in C++....); // The block itself is a section that contains the text. ASSERT_EQ...into the document as a new section. doc -> AppendChild ( doc ->...

    reference.aspose.com/words/cpp/aspose.words.bui...
  9. Aspose::Words::ControlChar::OptionalHyphenChar ...

    Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in Microsoft Word is (char)31 in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Aspose::Words::ControlChar::LineFeed method | A...

    Aspose::Words::ControlChar::LineFeed method. Line feed character: "\x000a" or "\n". Same as Lf in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...