Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 43,297 for

doc

(0.08 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class....Table constructor Table(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ViewOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.ViewOptions class to customize Document display in Microsoft Word, enhancing your editing experience and productivity.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...
  6. FontInfoCollection.count property | Aspose.Word...

    FontInfoCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document () # A blank...( 3 , doc . font_infos . count ) self . assertTrue ( doc . font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Section | Aspose.Words for .NET

    Create dynamic web sections effortlessly with our Section Constructor. Easily initialize and customize your Section class for optimal site performance....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/sec...
  8. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Discover the Font DoubleStrikeThrough property. Easily format text with a double strikethrough for enhanced clarity and style in your Documents.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  9. LayoutCollector.getNumPagesSpanned method | Asp...

    LayoutCollector.getNumPagesSpanned method. Gets number of pages the specified node spans... let doc = new aw . Document (); let layoutCollector... Layout . LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Tables::Table::get_Description m...

    Aspose::Words::Tables::Table::get_Description method. Gets or sets description of this table. It provides an alternative text representation of the information contained in the table in C++....CreateNestedTable () { auto doc = MakeObject < Document > ();...CreateTable ( doc , 3 , 4 , u "Outer Table" ); doc -> get_FirstSection...

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