Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 157,262 for

doc

(0.12 sec)
  1. Document.lastSection property | Aspose.Words fo...

    Document.lastSection property. Gets the last section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property to easily access the final section of your Document, enhancing navigation and content management efficiency.... Document doc = new Document (); // A blank...edit. Assert . AreEqual ( 1 , doc . Sections . Count ); // Use...

    reference.aspose.com/words/net/aspose.words/doc...
  3. List.IsRestartAtEachSection | Aspose.Words for ...

    Discover the IsRestartAtEachSection property to control list numbering in sections. Enhance Document organization with this easy-to-use feature!...option is supported only in RTF, DOC and DOCX document formats. This...numbering at each section. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method. Specifies the OOXML version for the output Document. The default value is Ecma376_2006 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/sto...
  6. 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...
  7. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.versions_count property | Aspose.Words...

    Document.versions_count property. Gets the number of Document versions that was stored in the Doc Document....versions that was stored in the DOC document. @property def versions_count...Word supports versions only for DOC files. This property allows to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. Aspose::Words::Tables::Table::Table constructor...

    Aspose::Words::Tables::Table::Table constructor. Initializes a new instance of the Table class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...how to create a table. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...