Sort Score
Result 10 results
Languages All
Labels All
Results 8,461 - 8,470 of 18,474 for

docx to doc

(0.57 sec)
  1. OptionButtonControl.Selected | Aspose.Words for...

    Manage your OptionButTonControl with ease! Set or get its selected state with a simple boolean value for seamless user interaction....Document doc = new Document ( MyDir + "Radio buttons.docx" ); Shape...Shape shape1 = ( Shape ) doc . GetChild ( NodeType . Shape , 0...

    reference.aspose.com/words/net/aspose.words.dra...
  2. FieldIndexFormat enumeration | Aspose.Words for...

    aspose.words.fields.FieldIndexFormat enumeration. Specifies the formatting for the [FieldIndex](../fieldindex/) fields in a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontSubstitutionSettings.FontInfoSubstitution |...

    Discover how FontSubstitutionSettings enhance your typography with cusTomizable font info rules for improved design and readability....Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words.fon...
  4. Document | Aspose.Words for Java

    Represents a Word Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" MERGEFIELD...

    reference.aspose.com/words/java/com.aspose.word...
  5. EndnoteOptions.NumberStyle | Aspose.Words for .NET

    Discover the EndnoteOptions NumberStyle property To cusTomize your endnotes' number format effortlessly. Enhance your Document's professionalism Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/net/aspose.words.not...
  6. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property To easily manage and cusTomize paragraph styles for enhanced Document formatting and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  7. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access To cusTomizable text styles and effects.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/inl...
  8. Aspose::Words::Markup::CustomPartCollection::id...

    Aspose::Words::Markup::CusTomPartCollection::idx_get method. Gets or sets an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Constructors Name Description Run(doc) Initializes a new instance of...of the Run class. Run(doc, text) Initializes a new instance of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OptionButtonControl.selected property | Aspose....

    OptionButTonControl.selected property. Gets or sets a boolean value indicating either this [OptionButTonControl](../) is selected or not.... doc = aw . Document ( file_name =...MY_DIR + 'Radio buttons.docx' ) shape1 = doc . get_child ( aw . NodeType...

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