Sort Score
Result 10 results
Languages All
Labels All
Results 8,461 - 8,470 of 18,304 for

docx to doc

(0.28 sec)
  1. ChartSeries.format property | Aspose.Words for ...

    ChartSeries.format property. Provides access To fill and line formatting of the series.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); insertAndNameBookmar(builder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginBotTom method. Specifies the inner botTom margin in points for a shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert another textbox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginLeft method. Specifies the inner left margin in points for a shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert another textbox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginRight method. Specifies the inner right margin in points for a shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert another textbox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum To understand section breaks and enhance Document formatting for better control and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  7. DocumentBuilder.row_format property | Aspose.Wo...

    DocumentBuilder.row_format property. Returns an object that represents current table row formatting properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::LineNumberRestartMode enum | Asp...

    Aspose::Words::LineNumberRestartMode enum. Determines when auTomatic line numbering restarts in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can use the section's...

    reference.aspose.com/words/cpp/aspose.words/lin...
  9. Footnote.story_type property | Aspose.Words for...

    Footnote.sTory_type property. Returns [SToryType.FOOTNOTES](../../../aspose.words/sTorytype/#FOOTNOTES) or [SToryType.ENDNOTES](../../../aspose.words/sTorytype/#ENDNOTES).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartSeries.copy_format_from method | Aspose.Wo...

    ChartSeries.copy_format_from method. Copies default data point format from the data point with the specified index.... doc = aw . Document ( file_name =...= MY_DIR + 'DataPoint format.docx' ) # Get the chart and series...

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