Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 180,066 for

doc

(0.09 sec)
  1. Sample Gallery|Aspose.Words for Reporting Services

    Reports sample screenshots generated by the Aspose.Words for Reporting Services.... Employee Sales Summary: DOC, charts, images, textboxes, tables...tables. Product Catalog: DOC, title page, images, headers, footers...

    docs.aspose.com/words/reportingservices/sample-...
  2. Aspose::Words::Layout::LayoutOptions::get_Revis...

    Aspose::Words::Layout::LayoutOptions::get_RevisionOptions method. Gets revision options in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Frameset.child_framesets property | Aspose.Word...

    Frameset.child_framesets property. Gets the collection of child frames and frames pages.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FramesetCollection indexer | Aspose.Words for P...

    FramesetCollection indexer. Gets a frame or frames page at the specified index.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. Font.Shadow | Aspose.Words for .NET

    Discover the Font Shadow property, enhance your text with stylish shadow effects for a striking visual appeal in your designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the Shadow flag to...

    reference.aspose.com/words/net/aspose.words/fon...
  7. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java.... Document doc = new Document(getMyDir() + "Reporting...loadOptions); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  8. HelloWorld Example in PHP|Aspose.Words for .NET

    Building Documents from scratch using Aspose.Words for .NET in PHP via COM in C#....' ; $doc = new \COM ( "Aspose.Words.Document"...Document = $doc ; $builder -> Write ( "Hello world!" ); $doc -> Save...

    docs.aspose.com/words/net/helloworld-example-in...
  9. 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...
  10. 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...