Sort Score
Result 10 results
Languages All
Labels All
Results 8,661 - 8,670 of 401,853 for

document

(0.14 sec)
  1. PageExtractOptions.UnlinkPagesNumberFields | As...

    Replace NUMPAGES fields with actual values in extracted pages for accurate numbering using UnlinkPagesNumberFields....NUMPAGES fields in the resulting document will be replaced with their...the NUMPAGE field. Document doc = new Document ( MyDir + "Page fields...

    reference.aspose.com/words/net/aspose.words/pag...
  2. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for Document comments in C++....Specifies the rendering mode for document comments. enum class CommentDisplayMode...Value Description Hide 0 No document comments are rendered. ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Merger.merge_docs method | Aspose.Words for Python

    Merger.merge_docs method. Merges the given input Documents into a single Document and returns [Document](../../../aspose.words/Document/) instance of the final Document....merge_docs method merge_docs(input_documents, merge_format_mode) Merges...input documents into a single document and returns Document instance...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Convert SVG Files – Aspose.SVG for .NET

    You will learn how to convert SVG to other formats using Aspose.SVG for .NET, find C# code examples and try an online SVG converter....Hide Show ] Converting SVG documents to other formats is one of...Rendering.Image; using var document = new SVGDocument("image.svg");...

    docs.aspose.com/svg/net/convert-svg/
  5. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!... Document doc = new Document (); DocumentBuilder...hyperlink field. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  6. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/net/aspose.words/rev...
  7. MailMergeSettings.clear method | Aspose.Words f...

    MailMergeSettings.clear method. Clears the mail merge settings in such a way that when the Document is saved, no mail merge settings will be saved and it will become a normal Document....in such a way that when the document is saved, no mail merge settings...and it will become a normal document. clear () See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Features|Aspose.Words for Java

    Aspose.Words for Java provides users with a wide range of features from simply converting and modifying Documents to creating structured and visually appealing Documents or automating reporting....can perform a huge amount of document-related tasks – from simply...simply converting documents from one supported format to another...

    docs.aspose.com/words/java/features/
  9. Stamping with Aspose.PDF using C#|Aspose.PDF fo...

    This section describes how to add image stamps and text stamps to a PDF page....[ Hide ] A stamp in a PDF document is analogous to applying a...a rubber stamp on a paper document. The Stamp in the PDF file...

    docs.aspose.com/pdf/net/stamping/
  10. FootnotePosition | Aspose.Words for Java

    Defines the footnote position in Java....the document collects and displays its footnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

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