Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 30,980 for

doc

(0.05 sec)
  1. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class....Section constructor Section(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.ShadeFormData | Aspose.Words for .NET

    Discover how to use the ShadeFormData property to enhance form visibility with gray shading, improving user experience and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ChartAxisCollection class | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisCollection class. Represents a collection of chart axes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. VbaModuleCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your VBA projects with the VbaModuleCollection Add method, allowing seamless addition of modules for improved functionality.... Document doc = new Document (); // Create.... Name = "Aspose.Project" ; doc . VbaProject = project ; // Create...

    reference.aspose.com/words/net/aspose.words.vba...
  5. Border.line_width property | Aspose.Words for P...

    Border.line_width property. Gets or sets the border width in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPart.clone method | Aspose.Words for P...

    CustomXmlPart.clone method. Makes a deep enough copy of the object... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomXmlPartCollection indexer | Aspose.Words ...

    CustomXmlPartCollection indexer. Gets or sets an item at the specified index.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StyleCollection.document property | Aspose.Word...

    StyleCollection.Document property. Gets the owner Document.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Style.document property | Aspose.Words for Node.js

    Style.Document property. Gets the owner Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

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