Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 15,332 for

section

(0.41 sec)
  1. PageSetup.oddAndEvenPagesHeaderFooter property ...

    PageSetup.oddAndEvenPagesHeaderFooter property. True if the document has different headers and footers for odd-numbered and even-numbered pages....this property affects all sections in the document. Examples...appears on every page in the section. // We can override the primary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Features|Aspose.Words for SharePoint

    Features details of the Aspose.Words for SharePoint....Features Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/words/sharepoint/features/
  3. Technical Articles|Aspose.PDF for Reporting Ser...

    Explore technical articles for Aspose.PDF for Reporting Services. Gain in-depth insights and practical tips for effective PDF rendering....Articles Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/reportingservices/technical...
  4. DocumentVisitor.visitHeaderFooterStart method |...

    DocumentVisitor.visitHeaderFooterStart method. Called when enumeration of a header or footer in a Section has started....of a header or footer in a section has started. visitHeaderFooterSta...document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HeaderFooterType enumeration | Aspose.Words for...

    aspose.words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file....for the first page of the section. FOOTER_FIRST Footer for the...the first page of the section. Examples Shows how to create headers...

    reference.aspose.com/words/python-net/aspose.wo...
  6. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word document node types for seamless document processing.... Section 2 A Section object that corresponds...corresponds to one section in a Word document. Body 3 A Body object that...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Story.appendParagraph method | Aspose.Words for...

    Story.appendParagraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and appends it to the end of this object....top of every page of this section, above the main body text....bottom of every page of this section, below the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 3D Modeling|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....[ Hide ] Articles in this section Creating, Loading and Saving...

    docs.aspose.com/3d/nodejs-java/3d-modeling/
  9. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...nodes) { Section section = node.GetAncestor(NodeType.Section) as Section;...Section; if (section == null) continue; int pageIndex = ReportEngineHelper...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  10. 怎么实现删除指定段落之前的内容 - Free Support Forum - aspose.com

    怎么把正文中某个段落之前的所有内容清除?包括Body、Section、HeaderFooter ,我有方法,但是我害怕会出现其它问题,麻烦官方给我一个正确的示例...包括 Body 、 Section 、 HeaderFooter ,我有方法,但是我害怕...假设要删除之前的段落是第一个段落 // 获取目标段落的父节 Section section = targetParagraph.getParentSection();...

    forum.aspose.com/t/topic/316479