Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 18,475 for

docx to doc

(0.56 sec)
  1. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. SaveOptions.DefaultTemplate | Aspose.Words for ...

    Manage your SaveOptions with ease! Set or get the default template path and filename for streamlined Document processing. Optimize your workflow Today!... Document doc = new Document (); // Enable...attach a template document. doc . AutomaticallyUpdateS = true...

    reference.aspose.com/words/net/aspose.words.sav...
  4. IChartDataPoint.bubble_3d property | Aspose.Wor...

    IChartDataPoint.bubble_3d property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied To them.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows To specify whether To work with the original or revised version of a Document.... doc = aw . Document ( file_name =...levels.docx' ) doc . update_list_labels () paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Fill.Visible | Aspose.Words for .NET

    Control visibility with the Fill Visible property. Easily manage formatting To enhance your design and ensure clarity in your application.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FieldInfo.InfoType | Aspose.Words for .NET

    Discover how To manage FieldInfo InfoType properties effortlessly. Easily set or retrieve Document types for seamless integration in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set a value for the "Comments"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. 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...
  9. Cell.CellFormat | Aspose.Words for .NET

    Discover the Cell CellFormat property To easily access and cusTomize cell formatting options for enhanced data presentation in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  10. DocumentBuilder | Aspose.Words for .NET

    Create powerful Documents effortlessly with DocumentBuilder. Initialize a new instance and streamline your Document management Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/net/aspose.words/doc...