Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 401,869 for

document

(0.16 sec)
  1. BuiltInDocumentProperties.manager property | As...

    BuiltInDocumentProperties.manager property. Gets or sets the manager property....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a ranged (multi-section) structured Document tag....(multi-section) structured document tag. @property def is_multi_section...get structured document tag. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.accept_all_revisions method | Aspose.W...

    Document.accept_all_revisions method. Accepts all tracked changes in the Document....all tracked changes in the document. def accept_all_revisions...changes in the document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method...XML document in the local file system. doc = aw . Document ( file_name...'Rendering.docx' ) # Load an XML document that defines a set of font...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... Document () para = doc . first_section...Append a child Run node to the document's first paragraph. run = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF Document with Aspose.PDF for C++...Annotations: Load the PDF file - new Document . Create a Circle Annotation...PDF file auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/cpp/figures-annotation/
  7. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java....the Working with Fields documentation article. Remarks: Retrieves...INCLUDEPICTURE fields. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document.JustificationMode | Aspose.Words for .NET

    Discover how to optimize your Document's character spacing with the JustificationMode property. Enhance readability and improve presentation effortlessly!...JustificationMode Document.JustificationMode property Gets or...character spacing adjustment of a document. public JustificationMode...

    reference.aspose.com/words/net/aspose.words/doc...
  9. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a ranged (multi-section) structured Document tag....(multi-section) structured document tag. get isMultiSection ()...structured document tag. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Merge PDF using C#|Aspose.PDF for .NET

    This page explain how to merge PDF Documents into a single PDF file with C# or VB.NET....PDF files into a single PDF document using Aspose.PDF for .NET...joined at the end of the other document. The following code snippet...

    docs.aspose.com/pdf/net/merge-pdf-documents/