Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 180,044 for

doc

(0.1 sec)
  1. What's new from C++|Aspose.PDF for C++

    In this page introduces the most popular new features in Aspose.PDF for C++ that have been introduced in recent releases....auto doc = MakeObject < Document > ( u "Example.pdf" ); doc ->...images is implemented: auto doc = System :: MakeObject < Document...

    docs.aspose.com/pdf/cpp/whatsnew/
  2. Შეკუმშოს JPG C++

    შეკუმშოს JPG C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/ka/cpp/compress/jpg/
  3. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your Document's organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Optimize File's Content Using C++

    Compress files in C++: DocX, Doc, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...will help you to compress DOCX, DOC, RTF, ODT, EPUB, HTML, JPG, PNG...format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/cpp/compress/
  5. Row Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Row class for seamless table row management in your Documents. Enhance your Document processing with powerful features!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  6. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListLevelCollection indexer | Aspose.Words for ...

    ListLevelCollection indexer. Gets a list level by index.... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.underline property | Aspose.Words for Python

    Font.underline property. Gets or sets the type of underline applied to the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Settings::WriteProtection::SetPa...

    Aspose::Words::Settings::WriteProtection::SetPassword method. Sets the write protection password for the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current paragraph and sets list level to zero.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

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