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

docx to doc

(0.14 sec)
  1. TableStyle.allow_break_across_pages property | ...

    TableStyle.allow_break_across_pages property. Gets or sets a flag indicating whether text in a table row is allowed To split across a page break.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. XmlMapping.prefixMappings property | Aspose.Wor...

    XmlMapping.prefixMappings property. Returns XML namespace prefix mappings To evaluate the [XmlMapping.xpath](../xpath/).... let doc = new aw . Document (); // Construct...#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. XmlMapping.XPath | Aspose.Words for .NET

    Discover how XmlMapping's XPath property efficiently locates cusTom XML nodes, enhancing your structured Document management with precision and ease.... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  4. ChartDataLabelCollection.separator property | A...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Adjustment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Adjustment class, designed To enhance your shapes with precise adjustment values for superior Document formatting.... Document doc = new Document ( MyDir + "Rounded...rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_To_paragraph method. Moves the cursor To a paragraph in the current section.... doc = aw . Document ( file_name =...MY_DIR + 'Paragraphs.docx' ) paragraphs = doc . first_section ....

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

    Discover the Table StyleOptions property To cusTomize your table's appearance with flexible bit flags. Enhance your table's style effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Aspose::Words::PageSetup::get_SheetsPerBooklet ...

    Aspose::Words::PageSetup::get_SheetsPerBooklet method. Returns or sets the number of pages To be included in each booklet in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "My...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. WebExtensionProperty constructor | Aspose.Words...

    WebExtensionProperty construcTor. Creates web extension cusTom property with specified name and value.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartDataTable | Aspose.Words for Java

    Allows To specify properties of a chart data table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...