Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 157,121 for

doc

(0.12 sec)
  1. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  3. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust table row height in points, enhancing your Document's layout and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize table row heights for optimal layout and design in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Aspose::Words::Border class | Aspose.Words for ...

    Aspose::Words::Border class. Represents a border of an object. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/bor...
  6. Shape object movement - java - Free Support For...

    Hi Team, I am writing to request your assistance with a Document formatting issue that I have encountered. Specifically, the issue article has the first paragraph containing 2 shape objects and the second paragraph cont…...code: Document doc = new Document(@"C:\Temp\input.doc"); LayoutCollector...collector = new LayoutCollector(doc); LayoutEnumerator enumerator...

    forum.aspose.com/t/shape-object-movement-java/2...
  7. Range.Text | Aspose.Words for .NET

    Discover the Range Text property to easily retrieve and manipulate text within a specified range for enhanced content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/ran...
  8. Aspose::Words::Drawing::Charts::ChartNumberForm...

    Aspose::Words::Drawing::Charts::ChartNumberFormat::get_FormatCode method. Gets or sets the format code applied to a data label in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a line chart, then...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. RevisionGroup.RevisionType | Aspose.Words for .NET

    Discover the RevisionGroup RevisionType property to easily identify and manage the types of revisions in your project. Streamline your workflow today!... Document doc = new Document ( MyDir + "Revisions...docx" ); Assert . AreEqual ( 7 , doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  10. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

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