Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 15,483 for

section

(0.13 sec)
  1. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency....document tag in the current section. public void MoveToStructuredDocu...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/net/aspose.words/doc...
  2. BreakType enumeration | Aspose.Words for Node.js

    Aspose.Words.BreakType enumeration. Specifies type of a break inside a document....of new section on the same page as the previous section. SectionBreakNewColum...SectionBreakNewColum Specifies start of new section in the new column. SectionBreakNewPage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Section.DeleteHeaderFooterShapes | Aspose.Words...

    Effortlessly remove all drawing shapes from Section headers and footers with the DeleteHeaderFooterShapes method for cleaner document presentation....DeleteHeaderFooterSh Contents [ Hide ] Section.DeleteHeaderFooterSh method...headers and footers of this section. public void DeleteHeaderFooterSh...

    reference.aspose.com/words/net/aspose.words/sec...
  4. SectionLayoutMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.SectionLayoutMode enum to optimize Section layouts and enhance document grid behavior for improved formatting control....Specifies the layout mode for a section allowing to define the document...contents of the corresponding section in the document. Grid 1 Specifies...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting 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...
  6. Issue in removing the text area with bookmark a...

    Hi Team, I am trying to remove the text with bookmark and content, but it is removing the whole page instead of removing the text related to bookmark and I also want to add the backspace after removing the bookmarks wit…...Node section=node.getAncestor(NodeType.SECTION) ; section.remove();...remove(); logger.info("Bookamrk section removed from document for bookmark:{}"...

    forum.aspose.com/t/issue-in-removing-the-text-a...
  7. Programming with Documents|Aspose.Words for Pyt...

    Use the Aspose using `Python.Words` Document Object Model classes to programmatically create, modify, and manage documents with python-net. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....programming‑with‑documents section, describing how to use the...articles on each topic. This section provides information on how...

    docs.aspose.com/words/python-net/programming-wi...
  8. Paragraph.parent_story property | Aspose.Words ...

    Paragraph.parent_story property. Retrieves the parent Section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....property Retrieves the parent section-level story that can be Body...top of every page of this section, above the main body text....

    reference.aspose.com/words/python-net/aspose.wo...
  9. HeaderFooter.node_type property | Aspose.Words ...

    HeaderFooter.node_type property. Returns [NodeType.HEADER_FOOTER](../../nodetype/#HEADER_FOOTER).... write ( 'Section 1' ) builder . move_to_header_footer...footer' ) section = doc . first_section # A Section is a composite...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Body.node_type property | Aspose.Words for Python

    Body.node_type property. Returns [NodeType.BODY](../../nodetype/#BODY).... write ( 'Section 1' ) builder . move_to_header_footer...footer' ) section = doc . first_section # A Section is a composite...

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