Sort Score
Result 10 results
Languages All
Labels All
Results 8,641 - 8,650 of 17,110 for

docx to doc

(0.13 sec)
  1. FieldStyleRef.insert_paragraph_number_in_full_c...

    FieldStyleRef.insert_paragraph_number_in_full_context property. Gets or sets whether To insert the paragraph number of the referenced paragraph in full context.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

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

    Discover the Font Underline property To cusTomize text styles. Easily set and modify underline types for enhanced typography in your designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  3. ParagraphFormat.LineSpacingRule | Aspose.Words ...

    Discover the ParagraphFormat LineSpacingRule property To easily cusTomize paragraph line spacing for enhanced readability and style in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three line spacing...

    reference.aspose.com/words/net/aspose.words/par...
  4. Aspose::Words::ParagraphFormat::ClearFormatting...

    Aspose::Words::ParagraphFormat::ClearFormatting method. Resets To default paragraph formatting in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A list allows us to organize...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. View and Update ODT Properties Online or add me...

    View and modify ODT properties through online app for free. Python API code To view and add ODT properties....Metadata Options with Python DOC Files Metadata (Microsoft Word...(Microsoft Word 2007 Marco File) DOCX Files Metadata (Office 2007+...

    products.aspose.com/total/python-net/metadata/odt/
  6. Aspose::Words::Document::get_AutomaticallyUpdat...

    Aspose::Words::Document::get_AuTomaticallyUpdateStyles method. Gets or sets a flag indicating whether the styles in the Document are updated To match the styles in the attached template each time the Document is opened in MS Word in C++.... auto doc = System :: MakeObject < Aspose...System :: String :: Empty , doc -> get_AttachedTemplate ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Add Bookmarks|Aspose.Words for Java

    Add bookmarks To a Document easily and fast instead of using Docx4j.... Java Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . startBookmark (...

    docs.aspose.com/words/java/add-bookmarks/
  8. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration....InsertCheckBox () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use MERGEFIELDs with "...

    reference.aspose.com/words/net/aspose.words.mai...
  9. Frameset Class | Aspose.Words for .NET

    Discover the Aspose.Words.Framesets.Frameset class for seamless frame management in Documents. Enhance your web pages with efficient frame integration!...Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  10. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

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