Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 31,029 for

doc

(0.08 sec)
  1. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowInBalloons method. Allows to specify whether the revisions are rendered in the balloons. Default value is None in C++.... auto doc = MakeObject < Document > ( MyDir...on the page's right margin. doc -> get_LayoutOptions () -> get_RevisionOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

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

    aspose.words.tables.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Footnote > footnote...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Aspose::Words::PageSetup::get_OddAndEvenPagesHe...

    Aspose::Words::PageSetup::get_OddAndEvenPagesHeaderFooter method. True if the Document has different headers and footers for odd-numbered and even-numbered pages in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify that we want different...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Style.unhideWhenUsed property | Aspose.Words fo...

    Style.unhideWhenUsed property. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java.... Document doc = new Document(getMyDir() + "Office...OfficeMath officeMath = (OfficeMath) doc.getChild(NodeType.OFFICE_MATH...

    reference.aspose.com/words/java/com.aspose.word...
  8. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your Documents with our Converter's Convert method. Transform input files into desired formats with ease and precision.... string doc = MyDir + "Document.docx" ; Converter...Converter . Convert ( doc , ArtifactsDir + "LowCode.Convert.pdf"...

    reference.aspose.com/words/net/aspose.words.low...
  9. TextColumnCollection.Width | Aspose.Words for .NET

    Discover the TextColumnCollection Width property. Easily manage evenly spaced columns for optimal layout and design in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/tex...
  10. ShapeBase.rotation property | Aspose.Words for ...

    ShapeBase.rotation property. Defines the angle (in degrees) that a shape is rotated... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a shape with an...

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