Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 14,961 for

section

(0.07 sec)
  1. MirrorMargins in ODT not saved correctly - Free...

    I have a DOCX template with mirror margins (MirrorMargins) configured. I populate the template using Aspose.Words’ built-in ReportingEngine with the following code: csharp ReportingEngine engine = new ReportingEngine()…...can see that the section properties ( Section ) have the value...re-applied the parameter: csharp section.PageSetup.MultiplePages = MultiplePagesType...

    forum.aspose.com/t/mirrormargins-in-odt-not-sav...
  2. Loading, Saving and Converting in Java|Aspose.W...

    Learn about Aspose.Words for Java features when loading, saving, or converting documents from one format to another....Converting Contents [ Hide ] This section provides information about...Words for Java API Reference section. Rendering in Java Related...

    docs.aspose.com/words/java/loading-saving-and-c...
  3. Aspose::Words::HeaderFooterType enum | Aspose.W...

    Aspose::Words::HeaderFooterType enum. Identifies the type of header or footer found in a Word file in C++....for the first page of the section. FooterFirst 5 Footer for the...the first page of the section. See Also Namespace Aspose::Words...

    reference.aspose.com/words/cpp/aspose.words/hea...
  4. Working with Accessibility and Tagged PDFs|Aspo...

    This chapter descripts the possibility to create Tagged PDF documents. This feature allows to add tags to structural documents. Learn more about the ways of getting affordable PDFs....standard (it’s also known as “Section 508” or “WCAG Standard”) and...accessible PDF documents. The next section provides details on how to...

    docs.aspose.com/pdf/androidjava/accessibility-t...
  5. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../Section/); false otherwise....HeaderFooter (main text story) of a Section ; false otherwise. get isEndOfHeaderFooter...top of every page of this section, above the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory 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/nodejs-net/aspose.wo...
  7. How to create a link to table of contents and l...

    We are using ASPOSE.Words. We would like to add a link to TOC(Table of contents) in footer of every page. Couldnt find any resources on how to achieve this. Please help....can navigate to the footer section of your document and insert...the TOC foreach (Section section in doc.Sections) { builder.MoveTo(section...

    forum.aspose.com/t/how-to-create-a-link-to-tabl...
  8. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported Sections to start on a new page when appending documents in Aspose.Words....to change a first imported section type to the NewPage forcibly...Shows how to preserve original section type. Document dstDoc = new...

    reference.aspose.com/words/net/aspose.words/imp...
  9. 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...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java....contains the main text of a section (main text story). BOOKMARK_END...header or footer inside a section. MOVE_FROM_RANGE_END An end...

    reference.aspose.com/words/java/com.aspose.word...