Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 43,968 for

doc

(0.07 sec)
  1. PageVerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.PageVerticalAlignment enum for optimal text alignment on pages. Enhance your Document's layout with precise vertical justification!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/pag...
  2. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless Document saving in Doc format. Enhance your workflow with easy, efficient Document management....used to save a document in the Doc format. public DocSaveOptions...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...Constructors Name Description Cell(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...Constructors Name Description Row(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Row.ensure_minimum method | Aspose.Words for Py...

    Row.ensure_minimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . listFormat . applyNumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentProperty.ToString | Aspose.Words for .NET

    Discover the DocumentProperty ToString method, which formats property values as strings based on locale, enhancing data presentation and user experience.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  9. ConverterContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words LowCode ConverterContext class for seamless Document conversion and enhanced workflow efficiency. Transform your Documents effortlessly.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  10. CustomXmlPartCollection.Add | Aspose.Words for ...

    Discover the CustomXmlPartCollection Add method to effortlessly enhance your collections by adding new items with ease and efficiency.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...