Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 422,047 for

document

(0.19 sec)
  1. IDocumentLoadingCallback class | Aspose.Words f...

    Aspose.Words.Loading.IDocumentLoadingCallback class. Implement this interface if you want to have your own custom method called during loading a Document....method called during loading a document. Methods Name Description...This is called to notify of document loading progress. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DownsampleOptions.DownsampleImages | Aspose.Wor...

    Discover how the DownsampleImages property optimizes image quality by controlling downsampling for enhanced performance and faster loading times....in the PDF document. Document doc = new Document ( MyDir + "Images...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  3. StructuredDocumentTag.Style | Aspose.Words for ...

    Discover how to manage the Style property of StructuredDocumentTags to enhance your Document formatting and improve readability effortlessly....the Style of the structured document tag. public Style Style {...control elements. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  4. StructuredDocumentTag.WordOpenXMLMinimal | Aspo...

    Discover the StructuredDocumentTag WordOpenXMLMinimal property, which provides a clean XML string in FlatOpc format, excluding non-content elements for streamlined Document processing....generates a stripped-down document that excludes any non-content-related...control elements. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  5. DocumentVisitor.VisitFieldSeparator | Aspose.Wo...

    Discover the VisitFieldSeparator method in DocumentVisitor. Efficiently handle field separators in your Documents for streamlined processing....separator is encountered in the document. public virtual VisitorAction...code from field value in the document. Note that some fields have...

    reference.aspose.com/words/net/aspose.words/doc...
  6. IDocumentSavingCallback.notify method | Aspose....

    IDocumentSavingCallback.notify method. This is called to notify of Document saving progress....This is called to notify of document saving progress. notify (...Examples Shows how to manage a document while saving to html. test...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AdvancedCompareOptions.IgnoreStoreItemId | Aspo...

    Discover how the AdvancedCompareOptions IgnoreStoreItemId property enhances Document comparison by ignoring StructuredDocumentTag ID differences for improved accuracy.... Document docA = new Document ( MyDir + "Document with SDT...docx" ); Document docB = new Document ( MyDir + "Document with SDT...

    reference.aspose.com/words/net/aspose.words.com...
  8. XmlMapping.PrefixMappings | Aspose.Words for .NET

    Discover the XmlMapping PrefixMappings property for seamless XML namespace prefix mapping and efficient XPath evaluation. Enhance your XML processing today!...custom XML data parts in the document. Examples Shows how to set...custom XML parts. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words.mar...
  9. Aspose::Words::Markup::SdtAppearance enum | Asp...

    Aspose::Words::Markup::SdtAppearance enum. Specifies the appearance of a structured Document tag in C++....appearance of a structured document tag. enum class SdtAppearance...0 Represents a structured document tag shown as a shaded rectangle...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Adding JavaScript in PHP|Aspose.PDF for Java

    Learn how to add JavaScript to PDF files using PHP and Aspose.PDF to enhance Document interactivity....JavaScript To add JavaScript in Pdf document using Aspose.PDF Java for...Code # Open a pdf document. $doc = new Document ( $dataDir . "input1...

    docs.aspose.com/pdf/java/adding-javascript-in-php/