Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 30,925 for

doc

(0.03 sec)
  1. FontInfoCollection.Contains | Aspose.Words for ...

    Discover if FontInfoCollection includes a specific font by name. Easily manage and access your font collection with this essential method.... Document doc = new Document (); // A blank...AreEqual ( 3 , doc . FontInfos . Count ); Assert . True ( doc . FontInfos...

    reference.aspose.com/words/net/aspose.words.fon...
  2. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a shape, give it...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Font.name property | Aspose.Words for Node.js

    Font.name property. Gets or sets the name of the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured Document tag (SDT) node in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update Document management and layout rebuilding.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the Document.... Table styles defined in DOC documents are preserved as table...when saving the document as DOC only. Examples Shows how to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/bod...
  9. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...def create_nested_table (): doc = aw . Document () # Create the...create_table ( doc , 3 , 4 , 'Outer Table' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.Subscript | Aspose.Words for .NET

    Discover the Font Subscript property. Easily format text as subscript for enhanced readability and style in your Documents. Boost your design today!... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...