Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 76,859 for

doc

(0.14 sec)
  1. ShapeBase.relative_vertical_position property |...

    ShapeBase.relative_vertical_position property. Specifies relative to what the shape is positioned vertically.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BorderCollection.clear_formatting method | Aspo...

    BorderCollection.clear_formatting method. Removes all borders of an object.... doc = aw . Document ( file_name =...settings. first_paragraph_borders = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartSeries.bubble_3d property | Aspose.Words f...

    ChartSeries.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...
  4. ChartAxisTitle.show property | Aspose.Words for...

    ChartAxisTitle.show property. Determines whether the title shall be shown for the axis... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  6. FileFormatInfo.load_format property | Aspose.Wo...

    FileFormatInfo.load_format property. Gets the detected Document format.... doc = aw . Document () # Configure...save_options . password = 'MyPassword' doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentProperty.is_link_to_content property | ...

    DocumentProperty.is_link_to_content property. Shows whether this property is linked to content or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.save method | Aspose.Words for Node.js

    Aspose.Words.Document.save method...will be saved in the binary DOC format. Returns Additional information...convert a PDF to a .docx. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...
  10. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust table row height in points, enhancing your Document's layout and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...