Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 18,480 for

docx to doc

(0.18 sec)
  1. TextBox.fit_shape_to_text property | Aspose.Wor...

    TextBox.fit_shape_To_text property. Determines whether Microsoft Word will grow the shape To fit text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUToNUMLGL field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); final String FILLER_TEXT =...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Drawing::Charts::ChartStyle enum...

    Aspose::Words::Drawing::Charts::ChartStyle enum. Specifies predefined styles of a chart in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a chart in the Black...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Border::Equals method | Aspose.W...

    Aspose::Words::Border::Equals method. Determines whether the specified border is equal in value To the current border in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. FindReplaceOptions.IgnoreStructuredDocumentTags...

    Discover the FindReplaceOptions IgnoreStructuredDocumentTags property. Control if StructuredDocumentTag content is ignored with this easy-To-use boolean setting.... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); // This paragraph contains SDT...

    reference.aspose.com/words/net/aspose.words.rep...
  6. ChartDataLabelCollection.separator property | A...

    ChartDataLabelCollection.separaTor property. Gets or sets string separaTor used for the data labels of the entire series... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ReflectionFormat Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ReflectionFormat class for advanced object reflection formatting. Enhance your Document design with seamless integration!...Document doc = new Document ( MyDir + "Various shapes.docx" ); Shape...Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape , 0...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three ways to...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Layout::LayoutOptions::get_Ignor...

    Aspose::Words::Layout::LayouToptions::get_IgnorePrinterMetrics method. Gets or sets indication of whether the "Use printer metrics To lay out Document" compatibility option is ignored. Default is true in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); doc -> get_LayoutOptions ()...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access To the rows of the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let tables = doc . firstSection . body . tables ; expect ( tables...

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