Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 157,262 for

doc

(0.07 sec)
  1. FootnoteOptions.columns property | Aspose.Words...

    FootnoteOptions.columns property. Specifies the number of columns with which the footnotes area is formatted.... doc = aw . Document ( file_name =...endnotes.docx' ) doc . footnote_options . columns = 2 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldEQ.AsOfficeMath | Aspose.Words for .NET

    Transform EQ fields with FieldEQ's AsOfficeMath method, effortlessly converting them into Office Math objects for seamless Document integration.... Document doc = new Document ( MyDir + "Field...EQ.docx" ); FieldEQ fieldEQ = doc . Range . Fields . OfType < FieldEQ...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ChartFormat.SetDefaultFill | Aspose.Words for .NET

    Discover how to use the ChartFormat SetDefaultFill method to effortlessly restore your chart element's fill to its original default value.... Document doc = new Document ( MyDir + "DataPoint...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Border.themeColor property | Aspose.Words for N...

    Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let topBorder = builder ....

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

    Discover the Chart Axes property to access all chart axes effortlessly. Enhance your data visualization with comprehensive axis management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. FootnoteOptions.position property | Aspose.Word...

    FootnoteOptions.position property. Specifies the footnotes position.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FileFormatUtil.LoadFormatToExtension | Aspose.W...

    Transform load format values into file extensions effortlessly with FileFormatUtil's LoadFormatToExtension method. Get accurate, lowercase extensions with ease!... Doc )); // Below are two methods...detected file extension. Document doc = new Document ( docStream );...

    reference.aspose.com/words/net/aspose.words/fil...
  8. PageSetup.LineStartingNumber | Aspose.Words for...

    Discover how to use the PageSetup LineStartingNumber property to easily customize your Document's starting line number for enhanced formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use the section's...

    reference.aspose.com/words/net/aspose.words/pag...
  9. 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...
  10. ComHelper class | Aspose.Words for Node.js

    Aspose.Words.ComHelper class. Provides methods for COM clients to load a Document into Aspose.Words....a local system filename: let doc = comHelper . open ( base . myDir..."Document.docx" ); expect ( doc . getText (). trim ()). toEqual...

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