Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 423,607 for

document

(0.38 sec)
  1. XmlMapping.SetMapping | Aspose.Words for .NET

    Discover how the XmlMapping SetMapping method connects parent structured Documents to custom XML nodes, enhancing data integration and management....between the parent structured document tag and an XML node of a custom...whether the parent structured document tag is successfully mapped...

    reference.aspose.com/words/net/aspose.words.mar...
  2. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a Document in Java....for a document. Remarks: User can call method Document.updateThumbnail(com...for a document. Examples: Shows how to update a document’s thumbnail...

    reference.aspose.com/words/java/com.aspose.word...
  3. StructuredDocumentTagRangeStart.tag property | ...

    StructuredDocumentTagRangeStart.tag property. Specifies a tag associated with the current structured Document tag node...with the current structured document tag node. Can not be None...associate with structured document tag in order to identify it...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ThemeColors | Aspose.Words for Java

    Represents the color scheme of the Document theme which contains twelve colors in Java....Represents the color scheme of the document theme which contains twelve...fonts for themes. Document doc = new Document(getMyDir() + "Theme...

    reference.aspose.com/words/java/com.aspose.word...
  5. What will be condition to disable the link in w...

    Hi Team, Could you please help provide the condition on I can disable the link which highlighted in yellow color. I am sharing the word sample in which some of link is highlighted with yellow color. I am using Aspose w…...following code: Document doc = new Document("C:\\Temp\\in.docx");...achieve ? I am sharing sample document in which i have highlighted...

    forum.aspose.com/t/what-will-be-condition-to-di...
  6. StructuredDocumentTagCollection.get_by_tag meth...

    StructuredDocumentTagCollection.get_by_tag method. Returns the first structured Document tag encountered in the collection with the specified tag....Returns the first structured document tag encountered in the collection...The tag of the structured document tag. Remarks Returns null...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IDocumentProcessorPlugin.load method | Aspose.W...

    IDocumentProcessorPlugin.load method. Load the Document using the specified load options....load(input_stream, load_options) Load the document using the specified load options...load_options LoadOptions The document load options. Can be None...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSaveOptions.TiffCompression | Aspose.Words...

    Optimize your TIFF images with the ImageSaveOptions TiffCompression property, allowing you to choose the best compression method for quality results....to a document that we convert into a TIFF image. Document doc...doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PdfSaveOptions.HeaderFooterBookmarksExportMode ...

    Discover how the PdfSaveOptions HeaderFooterBookmarksExportMode property optimizes bookmark export in headers and footers for enhanced PDF functionality....headers/footers in a document that we are rendering to PDF. Document doc = new...new Document ( MyDir + "Bookmarks in headers and footers.docx"...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Determine Line Break in TextFragment|Aspose.PDF...

    Learn more about how to determinate a line break of multi-line TextFragment using C++...Samples \\ " ); auto document = MakeObject < Document > (); auto page...page = document -> get_Pages () -> Add (); for ( int i = 0 ; i...

    docs.aspose.com/pdf/cpp/determine-line-break/