Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 30,987 for

doc

(0.15 sec)
  1. Aspose::Words::Fields::UserInformation::get_Def...

    Aspose::Words::Fields::UserInformation::get_DefaultUser method. Default user information in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. FieldIndex.letter_range property | Aspose.Words...

    FieldIndex.letter_range property. Gets or sets a range of letters to which limit the index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldAutoTextList::get_L...

    Aspose::Words::Fields::FieldAutoTextList::get_ListStyle method. Gets or sets the name of the style on which the list to contain entries is based in C++....FieldAutoTextList_ () { auto doc = MakeObject < Document > ();...populate it with auto text entries. doc -> set_GlossaryDocument ( MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added to the margin for Document binding in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); for ( int i = 0 ; i < 6 ;...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabStopCollection Add method efficiently adds or updates tab stops, enhancing your Document's layout and formatting.... Document doc = new Document (); Paragraph...Paragraph paragraph = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/tab...
  8. Aspose::Words::Vba::VbaProject::get_Name method...

    Aspose::Words::Vba::VbaProject::get_Name method. Gets or sets VBA project name in C++.... auto doc = MakeObject < Document > ( MyDir...< VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. ShapeBase.coord_origin property | Aspose.Words ...

    ShapeBase.coord_origin property. The coordinates at the top-left corner of the containing block of this shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldAutoText class | Aspose.Words for Python

    aspose.words.fields.FieldAutoText class. Implements the AUTOTEXT field... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...

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