Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 157,172 for

doc

(0.08 sec)
  1. Փոխարկել JPG TIFF C++

    Փոխարկեք JPG ը TIFF ձևաչափի C++ կոդով: Պահեք JPG որպես TIFF օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  2. Փոխարկել WORD TIFF C++

    Փոխարկեք WORD ը TIFF ձևաչափի C++ կոդով: Պահեք WORD որպես TIFF օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/hy/cpp/conversion/wor...
  3. Փոխարկել TEXT SVG C++

    Փոխարկեք TEXT ը SVG ձևաչափի C++ կոդով: Պահեք TEXT որպես SVG օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/hy/cpp/conversion/tex...
  4. Row.RowFormat | Aspose.Words for .NET

    Discover the Row RowFormat property for easy access to customizable row formatting options, enhancing your data presentation effortlessly.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  5. HtmlSaveOptions.html_version property | Aspose....

    HtmlSaveOptions.html_version property. Specifies version of HTML standard that should be used when saving the Document to HTML or MHTML... doc = aw . Document ( file_name =...options . pretty_format = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::Cell::EnsureMinimum meth...

    Aspose::Words::Tables::Cell::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: Tables :: Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Aspose::Words::Fields::FieldUserName::get_UserN...

    Aspose::Words::Fields::FieldUserName::get_UserName method. Gest or sets the current user's name in C++.... auto doc = System :: MakeObject < Aspose...-> set_Name ( u "John Doe" ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. FootnoteOptions class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... 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...
  9. Aspose::Words::Document::get_FootnoteOptions me...

    Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. ListCollection class | Aspose.Words for Python

    aspose.words.lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

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