Sort Score
Result 10 results
Languages All
Labels All
Results 9,111 - 9,120 of 155,196 for

doc

(0.12 sec)
  1. SdtListItemCollection.Item | Aspose.Words for .NET

    Access SdtListItem objects effortlessly with the SdtListItemCollection Item property. Retrieve items using their zero-based index for seamless data management.... Document doc = new Document (); StructuredDocumentTa...= new StructuredDocumentTa ( doc , SdtType . DropDownList , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  2. SdtListItemCollection.GetEnumerator | Aspose.Wo...

    Discover the SdtListItemCollection GetEnumerator method to efficiently iterate through collection items, enhancing your coding efficiency and productivity.... Document doc = new Document (); StructuredDocumentTa...= new StructuredDocumentTa ( doc , SdtType . DropDownList , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  3. AxisDisplayUnit.Document | Aspose.Words for .NET

    Discover the AxisDisplayUnit property, easily access the Document linked to your parent chart for seamless data management and enhanced visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.SVG format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "SvgSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. SdtListItemCollection.selectedValue property | ...

    SdtListItemCollection.selectedValue property. Specifies currently selected value in this list... let doc = new aw . Document (); let tag...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . DropDownList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Footnote.is_auto property | Aspose.Words for Py...

    Footnote.is_auto property. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceDirection Enum | Aspose.Words for .NET

    Discover the Aspose.Words FindReplaceDirection enum for efficient text replacement. Optimize your Document processing with precise direction control....findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert three runs which...

    reference.aspose.com/words/net/aspose.words.rep...
  8. SignatureLine.provider_id property | Aspose.Wor...

    SignatureLine.provider_id property. Gets or sets signature provider identifier for this signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartAxis.major_tick_mark property | Aspose.Wor...

    ChartAxis.major_tick_mark property. Returns or sets the major tick marks.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....regex in the document: string doc = MyDir + "Footer.docx" ; Regex...( replacerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...