Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 6,339 for

section

(0.21 sec)
  1. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph...which is applied in the parent section. tab_stops Gets the collection...blank document contains one section, one body and one paragraph...

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

    Aspose::Words::Fields::FieldAutoTextList::get_EntryName method. Gets or sets the name of the AutoText entry in C++....Paragraph ); auto section = MakeObject < Section > ( glossaryDoc...glossaryDoc ); section -> AppendChild ( MakeObject < Body > ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_Name method. Gets or sets the name of 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...
  4. Aspose::Words::BuildingBlocks::BuildingBlockBeh...

    Aspose::Words::BuildingBlocks::BuildingBlockBehavior enum. Specifies the behavior that shall be applied to the contents of the building block when it 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...
  5. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 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...
  6. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks 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...
  7. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....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...
  8. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_to_paragraph method. Moves the cursor to a paragraph in the current Section....a paragraph in the current section. def move_to_paragraph ( self...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::PageVerticalAlignment enum | Asp...

    Aspose::Words::PageVerticalAlignment enum. Specifies vertical justification of text on each page in C++....revert page setup settings to sections in a document. auto doc =...for the builder's current section and add text. builder -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. DocumentBuilder.MoveToParagraph | Aspose.Words ...

    Effortlessly navigate your document with the DocumentBuilder MoveToParagraph method, enabling quick cursor movement to any paragraph in your Section....a paragraph in the current section. public void MoveToParagraph...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/net/aspose.words/doc...