Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 400,447 for

document

(0.2 sec)
  1. FieldXE | Aspose.Words for Java

    Implements the XE field in Java....the Working with Fields documentation article. Remarks: Defines...it with entries. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....update all the fields in a document immediately before saving...to PDF. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::OutlineOptions class | A...

    Aspose::Words::Saving::OutlineOptions class. Allows to specify outline options. To learn more, visit the Documentation article in C++....more, visit the Save a Document documentation article. class OutlineOptions...missing outline levels when the document is exported. Default value...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Loading::ChmLoadOptions::get_Ori...

    Aspose::Words::Loading::ChmLoadOptions::get_OriginalFileName method. The name of the CHM file. Default value is null in C++....get_OriginalFileName () const Remarks CHM documents may contain links that reference...reference the same document by file name. Aspose.Words supports...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your Document editing efficiency....from the beginning of the document with 0 being the first section...index from the end of the document with -1 being the last section...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ColorMode | Aspose.Words for Java

    Specifies how colors are rendered in Java.... Document doc = new Document(getMyDir() + "Images...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/java/com.aspose.word...
  7. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....</dependency> Add Page Stamp to PDF Document Java You need Aspose.PDF for...instance of Document. Open a PDF document using Document object....

    products.aspose.com/pdf/java/stamps/page/
  8. CleanupOptions.duplicateStyle property | Aspose...

    CleanupOptions.duplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from Document...styles should be removed from document. Default value is false ....styles from the document. let doc = new aw . Document (); // Add two...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompositeNode.GetText | Aspose.Words for .NET

    Discover the CompositeNode GetText method to efficiently retrieve text from nodes and their children, enhancing your data processing capabilities.... Document doc = new Document (); DocumentBuilder...ToString will give us the document's appearance if saved to a...

    reference.aspose.com/words/net/aspose.words/com...
  10. 将曲线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建曲线对象。... 请按照以下步骤操作: 创建 Document 实例 使用特定尺寸创建 Drawing object...void ExampleCurve () { // 创建 Document 实例 String _dataDir ( "C: \\...

    docs.aspose.com/pdf/zh/cpp/add-curve/