Sort Score
Result 10 results
Languages All
Labels All
Results 5,471 - 5,480 of 170,549 for

doc

(0.09 sec)
  1. Aspose::Words::WebExtensions::TaskPane class | ...

    Aspose::Words::WebExtensions::TaskPane class. Represents an add-in task pane object. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  2. StructuredDocumentTag.title property | Aspose.W...

    StructuredDocumentTag.title property. Specifies the friendly name associated with this SDT... doc = aw . Document () # Create a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MailMergeMainDocumentType Enum | Aspose.Words f...

    Discover the Aspose.Words.MailMergeMainDocumentType enum, defining various mail merge source Document types for seamless Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  4. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... let doc = new aw . Document (); // Add...this document. let paragraph = doc . getParagraph ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldPageRef.InsertRelativePosition | Aspose.Wo...

    Discover how the InsertRelativePosition property of FieldPageRef enhances Document navigation by managing bookmarked paragraph positions effectively....void FieldPageRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); InsertAndNameBookmar ( builder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. HtmlSaveOptions.export_drop_down_form_field_as_...

    HtmlSaveOptions.export_drop_down_form_field_as_text property. Controls how drop-down form fields are saved to HTML or MHTML... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Use a document builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Extract Images from Document|Aspose.Words for Java

    Extract images from a Document easily and fast instead of using Apache POI....Document doc = new Document ( dataDir + "document.doc" ); NodeCollection...NodeCollection shapes = doc . getChildNodes ( NodeType . SHAPE ...

    docs.aspose.com/words/java/extract-images-from-...
  8. Aspose::Words::DocumentBuilder::InsertCell meth...

    Aspose::Words::DocumentBuilder::InsertCell method. Inserts a table cell into the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartTable ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. DocumentProperty.toDateTime method | Aspose.Wor...

    DocumentProperty.toDateTime method. Returns the property value as DateTime in UTC.... let doc = new aw . Document (); let date...= new Date ( 2024 , 6 , 9 ); doc . customDocumentProper . add...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle Document loading and saving issues seamlessly, preserving formatting and data integrity.... Document doc = new Document ( MyDir + "Missing...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/iwa...