Sort Score
Result 10 results
Languages All
Labels All
Results 8,501 - 8,510 of 155,673 for

doc

(0.06 sec)
  1. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word Document node.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StructuredDocumentTag.listItems property | Aspo...

    StructuredDocumentTag.listItems property. Gets [SdtListItemCollection](../../sdtlistitemcollection/) associated with this SDT.... let doc = new aw . Document (); let tag...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . DropDownList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FontSettings.FallbackSettings | Aspose.Words fo...

    Discover the FontSettings FallbackSettings property for optimized font fallback mechanisms. Enhance your design with seamless text rendering!... Document doc = new Document (); FontSettings...fontSettings = new FontSettings (); doc . FontSettings = fontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  4. SdtListItemCollection.add method | Aspose.Words...

    SdtListItemCollection.add method. Adds an item to this collection.... let doc = new aw . Document (); let tag...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . DropDownList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SdtListItemCollection.SelectedValue | Aspose.Wo...

    Discover the SdtListItemCollection's SelectedValue property, which defines the current selection in your list, allowing null for no selection. Enhance your data management!... Document doc = new Document (); StructuredDocumentTa...= new StructuredDocumentTa ( doc , SdtType . DropDownList , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  6. EditableRangeEnd.node_type property | Aspose.Wo...

    EditableRangeEnd.node_type property. Returns [NodeType.EDITABLE_RANGE_END](../../nodetype/#EDITABLE_RANGE_END).... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. XmlMapping.xpath property | Aspose.Words for Py...

    XmlMapping.xpath property. Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured Document tag.... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection class. Base class for TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection and WebExtensionReferenceCollection collections. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir...extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  9. Aspose::Words::Loading::ResourceLoadingArgs::Se...

    Aspose::Words::Loading::ResourceLoadingArgs::SetData method. Sets user provided data of the resource which is used if ResourceLoading() returns UserProvided in C++.... () { auto doc = MakeObject < Document > (); doc -> set_ResourceLoadingCallb...MakeObject < DocumentBuilder > ( doc ); // Images usually are inserted...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. TaskPaneCollection class | Aspose.Words for Python

    aspose.words.webextensions.TaskPaneCollection class. Specifies a list of persisted task pane objects... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...