Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 299,993 for

doc

(0.14 sec)
  1. Paragraph | Aspose.Words for .NET

    Paragraph constructor. Initializes a new instance of the Paragraph class in C#....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/par...
  2. Aspose::Words::Markup::CustomXmlProperty class ...

    Aspose::Words::Markup::CustomXmlProperty class. Represents a single custom XML attribute or a smart tag property. To learn more, visit the Documentation article in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. HyphenationOptions.ConsecutiveHyphenLimit | Asp...

    HyphenationOptions ConsecutiveHyphenLimit property. Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0 in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  4. MailMerge.preserve_unused_tags property | Aspos...

    MailMerge.preserve_unused_tags property. Gets or sets a value indicating whether the unused mustache tags should be preserved....preserve_unused_tags ): doc = ExMailMerge . create_source_doc_with_alternative_merge_fields...MERGEFIELDs and leave them unfilled. doc . mail_merge . preserve_unused_tags...

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

    Table Title property. Gets or sets title of this table. It provides an alternative text representation of the information contained in the table in C#....CreateNestedTable () { Document doc = new Document (); // Create...CreateTable ( doc , 3 , 4 , "Outer Table" ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  6. LayoutCollector.GetEndPageIndex | Aspose.Words ...

    LayoutCollector GetEndPageIndex method. Gets 1based index of the page where node ends. Returns 0 if node cannot be mapped to a page in C#.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  7. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Layout::LayoutOptions::get_Revis...

    Aspose::Words::Layout::LayoutOptions::get_RevisionOptions method. Gets revision options in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the shape.... doc = aw . Document () # Create a...text_box = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Frameset.child_framesets property | Aspose.Word...

    Frameset.child_framesets property. Gets the collection of child frames and frames pages.... doc = aw . Document ( MY_DIR + "Frameset...io/uploads/2017/02/file-sample_100kB.docx" , doc . frameset . child_framesets...

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