Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 3,678 for

bookmark

(0.23 sec)
  1. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java....custom document property to a bookmark. Document doc = new Document();...a new custom property to a bookmark. The value of this property...

    reference.aspose.com/words/java/com.aspose.word...
  2. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...runs in the document with bookmarks to make it possible to work...tmpBookmakrs) { Bookmark bk = doc.Range.Bookmarks[bkName]; enumerator...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  3. Standard way of extracting the location of revi...

    Hello, I have posted this query on behalf of Ruiz, Manuel MRuiz39@ITS.JNJ.com Currently I am facing issues with setting the parent node of the revisions in the enum, getting the following error: enum.set_current(layou…...BOOKMARK_START or node.node_type ==...== aw.NodeType.BOOKMARK_END: enum.set_current(layout, node) else:...

    forum.aspose.com/t/standard-way-of-extracting-t...
  4. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...runs in the document with bookmarks to make it possible to work...(String bkName : tmpBookmakrs) { Bookmark bk = doc.getRange().getBookmarks()...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  5. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Toc2) { Bookmark bookmarkLayout = doc.Range.Bookmarks[hyperlink...

    forum.aspose.com/t/word/316558
  6. PSD to PNG File Converter

    Convert any PSD file to PNG format. PSD to PNG file converter. Easily converts Adobe® Photoshop® PSD file into a PNG raster image....Leave a feedback Bookmark this app × Bookmark this app Press Ctrl...

    products.aspose.app/psd/conversion/psd-to-png
  7. Nodeimporter ignores "KeepSourceNumbering" and ...

    Hi there Our software contains a workflow, where specific ContentControls are copied into another docx File. This used to work on 15.6. After we updated to 22.9 a while ago ( we’re now on 25.4 but still face this issu…...ToList(); Bookmark bk = targetDoc.Range.Bookmarks["SdtThings"];...

    forum.aspose.com/t/nodeimporter-ignores-keepsou...
  8. Body Class | Aspose.Words for .NET

    Discover the Aspose.Words.Body class, your essential tool for managing section text effortlessly and enhancing document processing efficiency....BillingHealthCheckRe Class Bookmark Class English Русский 简体中文...

    reference.aspose.com/words/net/aspose.words/body/
  9. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use PdfSaveOptions to change the result of saving a document to PDF format....document structure export, bookmark and heading outlines, image...example: Exporting Outlines from Bookmarks and Headings in Output PDF...

    docs.aspose.com/words/python-net/specify-render...
  10. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....isAuto()); // A bookmark with the "IsAuto" flag set...index // even if previous bookmarks display custom reference marks...

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