Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 157,133 for

doc

(0.59 sec)
  1. Format Text in Document|Aspose.Words for Java

    Format text within a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set paragraph formatting...

    docs.aspose.com/words/java/format-text-in-docum...
  2. Document.Frameset | Aspose.Words for .NET

    Discover the Frameset property for Documents. Get a Frameset instance for seamless integration of framed pages. Enhance your web experience today!... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Border class | Aspose.Words for Node.js

    Aspose.Words.Border class. Represents a border of an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FramesetCollection class | Aspose.Words for Python

    aspose.words.framesets.FramesetCollection class. Represents a collection of instances of the [Frameset](../frameset/) class... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabAlignment enumeration | Aspose.Words for Nod...

    Aspose.Words.TabAlignment enumeration. Specifies the alignment/type of a tab stop.... let doc = new aw . Document (); let para = doc . firstSection...in Microsoft Word. expect ( doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SaveOptions.UpdateCreatedTimeProperty | Aspose....

    Optimize your SaveOptions with the UpdateCreatedTimeProperty. Control CreatedTime updates before saving, enhancing data accuracy. Default, false.... Document doc = new Document (); DateTime createdTime...DateTime ( 2019 , 12 , 20 ); doc . BuiltInDocumentPrope . CreatedTime...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ImageWatermarkOptions.IsWashout | Aspose.Words ...

    Discover the IsWashout property of ImageWatermarkOptions. Control your watermark's washout effect effortlessly with this simple boolean setting.... Document doc = new Document (); // Modify...different options to insert image: doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/ima...
  8. ShapeBase.Title | Aspose.Words for .NET

    Manage your ShapeBase title property effortlessly. Set or retrieve the title caption for any shape object to enhance your design's clarity and appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a shape, give it...

    reference.aspose.com/words/net/aspose.words.dra...
  9. PreferredWidth.FromPercent | Aspose.Words for .NET

    Discover the PreferredWidth FromPercent method, which creates a new instance for defining preferred widths as a percentage. Enhance your design precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  10. SaveOptions.create_save_options method | Aspose...

    aspose.words.saving.SaveOptions.create_save_options method... doc = aw . Document ( file_name =...memory_optimization = memory_optimization doc . save ( file_name = ARTIFACTS_DIR...

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