Sort Score
Result 10 results
Languages All
Labels All
Results 5,491 - 5,500 of 157,230 for

doc

(0.07 sec)
  1. WebExtension class | Aspose.Words for Python

    aspose.words.webextensions.WebExtension class. Represents a web extension object... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.PageNumberStyle | Aspose.Words for .NET

    Discover the PageSetup PageNumberStyle property to easily customize your page number format for enhanced Document presentation and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/pag...
  3. Aspose::Words::Fonts::FontInfoCollection::get_S...

    Aspose::Words::Fonts::FontInfoCollection::get_SaveSubsetFonts method. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document. Default value for this property is false. This option works only when EmbedTrueTypeFonts property is set to true in C++.... auto doc = System :: MakeObject < Aspose...FontInfoCollection > fontInfos = doc -> get_FontInfos (); fontInfos...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Table constructor | Aspose.Words for Node.js

    Table constructor. Initializes a new instance of the [Table](../) class....Table constructor Table(doc) Initializes a new instance of the...the Table class. Table ( doc : Aspose . Words . DocumentBase )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. GroupShape.AcceptEnd | Aspose.Words for .NET

    Discover the GroupShape AcceptEnd method, seamlessly manage visitor interactions and enhance your application’s user experience with this powerful feature....GroupOfShapes () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/net/aspose.words.dra...
  6. GroupShape.AcceptStart | Aspose.Words for .NET

    Discover the GroupShape AcceptStart method to seamlessly welcome visitors and enhance their experience from the very start of your application....GroupOfShapes () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/net/aspose.words.dra...
  7. PageSetup.pageStartingNumber property | Aspose....

    PageSetup.pageStartingNumber property. Gets or sets the starting page number of the section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TabStop constructor | Aspose.Words for Python

    aspose.words.TabStop constructor... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_ExportUnderlineFormatting method. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters "++". The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> set_Underline (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. BookmarkCollection.GetEnumerator | Aspose.Words...

    Discover the BookmarkCollection GetEnumerator method. Efficiently retrieve enumerator objects for seamless data handling and enhanced performance.... Document doc = CreateDocumentWithBo ( 3 );...BookmarkCollection bookmarks = doc . Range . Bookmarks ; PrintAllBookmarkInfo...

    reference.aspose.com/words/net/aspose.words/boo...