Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 44,017 for

doc

(0.12 sec)
  1. Adjustment.name property | Aspose.Words for Python

    Adjustment.name property. Gets the name of the adjustment.... doc = aw . Document ( file_name =...rectangle shape.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartFormat.set_default_fill method | Aspose.Wo...

    ChartFormat.set_default_fill method. Resets the fill of the chart element to have the default value.... doc = aw . Document ( file_name =...'DataPoint format.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutOptions.IgnorePrinterMetrics | Aspose.Wor...

    Discover the LayoutOptions IgnorePrinterMetrics property, control printer metrics for Document layout. Optimize compatibility and enhance printing precision....Document doc = new Document ( MyDir + "Rendering.docx" ); doc . LayoutOptions...IgnorePrinterMetrics = false ; doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Style.Priority | Aspose.Words for .NET

    Discover how to manage Style Priority settings to optimize style sorting in your task pane. Enhance your workflow with efficient style organization!...Document doc = new Document (); Style styleTitle = doc . Styles...styleTitle . SemiHidden = true ; doc . Save ( ArtifactsDir + "Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  5. RevisionGroup.revisionType property | Aspose.Wo...

    RevisionGroup.revisionType property. Gets the type of revisions included in this group.... let doc = new aw . Document ( base ...."Revisions.docx" ); expect ( doc . revisions . groups . count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. RevisionGroup.text property | Aspose.Words for ...

    RevisionGroup.text property. Returns inserted/deleted/moved text or description of format change.... let doc = new aw . Document ( base ...."Revisions.docx" ); expect ( doc . revisions . groups . count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RevisionGroup.text property | Aspose.Words for ...

    RevisionGroup.text property. Returns inserted/deleted/moved text or description of format change.... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionGroup.revision_type property | Aspose.W...

    RevisionGroup.revision_type property. Gets the type of revisions included in this group.... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.borders property | Aspose.Words for N...

    PageSetup.borders property. Gets a collection of the page borders.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

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

    Access specific form fields easily with the FormFieldCollection Item property. Streamline your data handling and enhance form management....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...