Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 414,704 for

document

(0.3 sec)
  1. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…... Document doc = new Document(); DocumentBuilder...To insert HTML into a Word document, including SVG content, you...

    forum.aspose.com/t/insert-html-into-word-includ...
  2. Aspose::Words::Paragraph::get_Runs method | Asp...

    Aspose::Words::Paragraph::get_Runs method. Provides access to the typed collection of pieces of text inside the paragraph in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Modify Annotations in your PDF File (facades)|A...

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...annotationEditor . bindPdf ( document ); // Create a new object...

    docs.aspose.com/pdf/java/modify-annotations/
  4. Aspose::Words::Drawing::Shape::get_ImageData me...

    Aspose::Words::Drawing::Shape::get_ImageData method. Provides access to the image of the shape. Returns null if the shape cannot have an image in C++....how to extract images from a document, and save them to the local...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Images...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ImageSaveOptions.image_size property | Aspose.W...

    ImageSaveOptions.image_size property. Gets or sets the size of a generated image in pixels....of a document to a separate TIFF image. doc = aw . Document ()...object which we can pass to the document's "save" method # to modify...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the Document. To learn more, visit the Documentation article in C++....represent revisions in the document. To learn more, visit the...Track Changes in a Document documentation article. class RevisionCollection...

    reference.aspose.com/words/cpp/aspose.words/rev...
  7. BuiltInDocumentProperties.hyperlink_base proper...

    BuiltInDocumentProperties.hyperlink_base property. Specifies the base string used for evaluating relative hyperlinks in this Document....relative hyperlinks in this document. @property def hyperlink_base...hyperlink in the document’s properties. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.end_column_bookmark method | As...

    DocumentBuilder.end_column_bookmark method. Marks the current position in the Document as a column bookmark end...the current position in the document as a column bookmark end....names will be ignored when the document is saved. The actual position...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FileFormatUtil.extension_to_save_format method ...

    FileFormatUtil.extension_to_save_format method. Converts a file name extension into a [SaveFormat](../../saveformat/) value....the format of a document. # Load a document from a file that...open_read ( MY_DIR + 'Word document with missing file extension'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Notes::FootnoteNumberingRule enu...

    Aspose::Words::Notes::FootnoteNumberingRule enum. Determines when automatic footnote or endnote numbering restarts in C++....continuous throughout the document. RestartSection 1 Numbering...numbering at certain places in the document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.not...