Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 58,639 for

page

(0.04 sec)
  1. FieldXE.isBold property | Aspose.Words for Node.js

    FieldXE.isBold property. Gets or sets whether to apply bold formatting to the entry's Page number....bold formatting to the entry’s page number. get isBold () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldXE.isItalic property | Aspose.Words for No...

    FieldXE.isItalic property. Gets or sets whether to apply italic formatting to the entry's Page number....italic formatting to the entry’s page number. get isItalic () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageInfo.height_in_points property | Aspose.Wor...

    PageInfo.height_in_points property. Gets the height of the Page in points....property Gets the height of the page in points. @property def height_in_points...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.updatePageNumbers method | Aspose.Word...

    FieldToc.updatePageNumbers method. Updates the Page numbers for items in this table of contents....updatePageNumbers() Updates the page numbers for items in this table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSet.even property | Aspose.Words for Node.js

    PageSet.even property. Gets a set with all the even Pages of the document in their original order....Gets a set with all the even pages of the document in their original...Remarks Even pages have odd indices since page indices are zero-based...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSet.odd property | Aspose.Words for Python

    PageSet.odd property. Gets a set with all the odd Pages of the document in their original order....Gets a set with all the odd pages of the document in their original... Remarks Odd pages have even indices since page indices are zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnoteNumberingRule enumeration | Aspose.Word...

    aspose.words.notes.FootnoteNumberingRule enumeration. Determines when automatic footnote or endnote numbering restarts.... RESTART_PAGE Numbering restarts at each page. Valid for footnotes...show up at the bottom of each page that contains # their reference...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....name: {0} signed; Project code page: {1}; Modules count: {2} \n...{0} not signed; Project code page: {1}; Modules count: {2} \n...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose.Words for Python | Aspose API References

    Aspose.Words for Python is a class library that can be used by developers for various platforms for a variety of document processing tasks....represents a frames page or a single frame on a frames page. aspose.words...information such as on what page and where on a page particular document...

    reference.aspose.com/words/python-net/
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:Page break 1 引言 请问怎么处理可以将 Page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落...getText().contains(ControlChar.PAGE_BREAK)).forEach(run → { builder...

    forum.aspose.com/t/topic/311299