Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 180,065 for

doc

(0.1 sec)
  1. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Cleanup...

    products.aspose.com/words/cpp/compress/word/
  2. Aspose::Words::Style::get_AutomaticallyUpdate m...

    Aspose::Words::Style::get_AutomaticallyUpdate method. Specifies whether this style is automatically redefined based on the appropriate value in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: Style > style = doc -> get_Styles () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. Optimize PDF Document for the Web in Python|Asp...

    Learn how to optimize PDF files for faster web loading in Python with Aspose.PDF, improving user experience and performance.... doc = self . Document () pdf = self...for web doc . optimize (); #Save output document doc . save (...

    docs.aspose.com/pdf/java/optimize-pdf-document-...
  4. 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-...
  5. Սեղմել HTML Ը C++ Ում

    Սեղմեք HTML ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Cleanup...

    products.aspose.com/words/hy/cpp/compress/html/
  6. 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...
  7. 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...
  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...