Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 157,133 for

doc

(0.05 sec)
  1. Սեղմել JPG Ը C++ Ում

    Սեղմեք JPG ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/hy/cpp/compress/jpg/
  2. Aspose::Words::Font::get_Superscript method | A...

    Aspose::Words::Font::get_Superscript method. True if the font is formatted as superscript in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. Story.StoryType | Aspose.Words for .NET

    Discover the StoryType property to easily identify and categorize your stories, enhancing organization and improving your storytelling experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/net/aspose.words/sto...
  4. Document.show_grammatical_errors property | Asp...

    Document.show_grammatical_errors property. Specifies whether to display grammar errors in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert two sentences with...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Settings::ViewOptions::get_ZoomP...

    Aspose::Words::Settings::ViewOptions::get_ZoomPercent method. Gets or sets the percentage at which you want to view your Document in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. Aspose::Words::Range::Delete method | Aspose.Wo...

    Aspose::Words::Range::Delete method. Deletes all characters of the range in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text to the first section...

    reference.aspose.com/words/cpp/aspose.words/ran...
  7. FieldOptions.default_document_author property |...

    FieldOptions.default_Document_author property. Gets or sets default Document author's name... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.Protect | Aspose.Words for .NET

    Secure your Documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Document::Protect method | Aspos...

    Aspose::Words::Document::Protect method. Protects the Document from changes without changing the existing password or assigns a random password in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. PageSetup.PaperSize | Aspose.Words for .NET

    Discover the PageSetup PaperSize property to easily customize and manage your Document's paper size for optimal printing results.... Document doc = new Document ( MyDir + "Big...docx" ); PageSetup pageSetup = doc . FirstSection . PageSetup ;...

    reference.aspose.com/words/net/aspose.words/pag...