Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 17,140 for

docx to doc

(0.26 sec)
  1. FieldDocVariable class | Aspose.Words for Python

    aspose.words.fields.FieldDocVariable class. Implements DocVARIABLE field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.reflection property | Aspose.Words fo...

    ShapeBase.reflection property. Gets reflection formatting for the shape.... doc = aw . Document ( file_name =...MY_DIR + 'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_page property. Gets or sets the number of lines per page in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SoftEdgeFormat.radius property | Aspose.Words f...

    SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)...docx' ) # Load document with rectangle...rectangle shape with soft edge. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. RowFormat.allow_break_across_pages property | A...

    RowFormat.allow_break_across_pages property. True if the text in a table row is allowed To split across a page break.... doc = aw . Document ( file_name =...'Table spanning two pages.docx' ) table = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::TableStyleOptions enum |...

    Aspose::Words::Tables::TableStyleOptions enum. Specifies how table style is applied To a table in C++....default for old formats such as DOC, WML and RTF. Default n/a This...while applying a style. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. ChartLegend.legend_entries property | Aspose.Wo...

    ChartLegend.legend_entries property. Returns a collection of legend entries for all series and trendlines of the parent chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TabStopCollection.count property | Aspose.Words...

    TabSTopCollection.count property. Gets the number of tab sTops in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::NumSpacing enum | Aspose.Words f...

    Aspose::Words::NumSpacing enum. Specifies possible values in which numeral spacing can be displayed in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // This effect is only supported...

    reference.aspose.com/words/cpp/aspose.words/num...
  10. ResourceLoadingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ResourceLoadingAction enum for efficient resource loading modes. Enhance your Document processing with optimized performance!...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words.loa...