Sort Score
Result 10 results
Languages All
Labels All
Results 9,181 - 9,190 of 17,117 for

docx to doc

(0.19 sec)
  1. Aspose::Words::TabStop::get_Alignment method | ...

    Aspose::Words::TabSTop::get_Alignment method. Gets or sets the alignment of text at this tab sTop in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Table of contents.docx" ); // Iterate through all paragraphs...

    reference.aspose.com/words/cpp/aspose.words/tab...
  2. FieldSaveDate.use_saka_era_calendar property | ...

    FieldSaveDate.use_saka_era_calendar property. Gets or sets whether To use the Saka Era calendar.... doc = aw . Document ( MY_DIR + 'Document.docx' ) builder...builder = aw . DocumentBuilder ( doc ) builder . move_to_document_end...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::CompositeNode::GetChildNodes met...

    Aspose::Words::CompositeNode::GetChildNodes method. Returns a live collection of child nodes that match the specified type in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Comments.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during Document processing by detecting potential formatting issues....Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/doc...
  5. FieldIndex.PageNumberSeparator | Aspose.Words f...

    Discover the FieldIndex PageNumberSeparaTor property, easily cusTomize the character that separates index entries from page numbers for enhanced clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  6. PageSetup.endnoteOptions property | Aspose.Word...

    PageSetup.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. StyleType enumeration | Aspose.Words for Python

    aspose.words.StyleType enumeration. Represents type of the style.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLevelCollection.count property | Aspose.Wor...

    ListLevelCollection.count property. Gets the number of levels in this list.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Footnote.ActualReferenceMark | Aspose.Words for...

    Discover the Footnote ActualReferenceMark property To access the precise text of reference marks in your Documents, enhancing clarity and organization.... Document doc = new Document ( MyDir + "Footnotes...endnotes.docx" ); Footnote footnote = ( Footnote ) doc . GetChild...

    reference.aspose.com/words/net/aspose.words.not...