Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 14,140 for

section

(0.06 sec)
  1. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....To append HeaderFooter to a Section use InsertAfter1(), InsertBefore1()...top of every page of this section, above the main body text....

    reference.aspose.com/words/cpp/aspose.words/hea...
  2. How to work with notes in MS Publisher

    Microsoft Publisher. How notes can help you improve the process of creating stunning documents and designs....Layout” tab offers several sections with options to control different...page. Headers and Footers section lets you manage them. You can...

    docs.aspose.com/pub/net/ms-publisher-notes/
  3. Section.node_type property | Aspose.Words for P...

    Section.node_type property. Returns [NodeType.Section](../../nodetype/#Section)....property Section.node_type property Returns NodeType.SECTION . @property...class Section Section.headers_footers property Section.page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer....top of every page of this section, above the main body text....HEADER_PRIMARY ) doc . first_section . headers_footers . add ( header...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Markdown Features in Java|Aspose.W...

    How to implement Markdown features using Java. All the features are represented as corresponding styles or direct formatting....Document with Emphases This section demonstrates you how to produce...Document with Headings This section demonstrates you how to produce...

    docs.aspose.com/words/java/working-with-markdow...
  6. Working with Markdown Features in C#|Aspose.Wor...

    How to implement Markdown features using C#. All the features are represented as corresponding styles or direct formatting....Document with Emphases This section demonstrates you how to produce...Document with Headings This section demonstrates you how to produce...

    docs.aspose.com/words/net/working-with-markdown...
  7. Working with Markdown Features|Aspose.Words for...

    How to implement Markdown features using Python. All the features are represented as corresponding styles or direct formatting....Document with Emphases This section demonstrates you how to produce...Document with Headings This section demonstrates you how to produce...

    docs.aspose.com/words/python-net/working-with-m...
  8. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word 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...
  9. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....and create a duplicate of a section in that document: # Create...clone ) builder . write ( "Section 1" ) builder . insert_break...

    docs.aspose.com/words/python-net/clone-a-document/
  10. Paragraph | Aspose.Words for Java

    Represents a paragraph of text 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...