Sort Score
Result 10 results
Languages All
Labels All
Results 9,761 - 9,770 of 183,241 for

doc

(0.11 sec)
  1. Chart Class | Aspose.Words for .NET

    Unlock powerful chart shape properties with Aspose.Words.Drawing.Charts.Chart class. Enhance your Documents with dynamic visual data representation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  2. PclSaveOptions.rasterize_transformed_elements p...

    PclSaveOptions.rasterize_transformed_elements property. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving to PCL Document... doc = aw . Document ( file_name =...rasterize_transformed_elements = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfSaveOptions.create_note_hyperlinks property ...

    PdfSaveOptions.create_note_hyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks... doc = aw . Document ( MY_DIR + 'Footnotes...ks = create_note_hyperlinks doc . save ( ARTIFACTS_DIR + 'PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Field.IsLocked | Aspose.Words for .NET

    Discover the IsLocked property for fields—control recalculation and enhance data integrity. Unlock efficient management of your data results today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldDate field = ( FieldDate...

    reference.aspose.com/words/net/aspose.words.fie...
  5. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the Document in Java....throws Exception { Document doc = new Document(); GlossaryDocument...getBuildingBlocks().getCount(), 5); doc.setGlossaryDocument(glossaryDoc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Lists::ListLevel::get_NumberStyl...

    Aspose::Words::Lists::ListLevel::get_NumberStyle method. Returns or sets the number style for this list level in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list = doc -> get_Lists () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Comment.replies property | Aspose.Words for Nod...

    Comment.replies property. Returns a collection of [Comment](../) objects that are immediate children of the specified comment.... let doc = new aw . Document ( base ....docx" ); let comments = [... doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Insert Hyperlink to Document|Aspose.Words for Java

    Insert a hyperlink to a Document easily and fast instead of using Docx4j.... Java Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . write ( "Please...

    docs.aspose.com/words/java/insert-hyperlink-to-...
  9. WebExtensionReference | Aspose.Words for Java

    Represents the reference to a web extension in Java.... Document doc = new Document(); // Create task...myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP().add(myScriptTaskPane);...

    reference.aspose.com/words/java/com.aspose.word...
  10. WebExtension | Aspose.Words for Java

    Represents a web extension object in Java.... Document doc = new Document(); // Create task...myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP().add(myScriptTaskPane);...

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