Aspose::Words::ParagraphFormat::get_Bidi method. Gets or sets whether this is a right-To-left paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // The BIDIOUTLINE field numbers...
ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers To the shading formatting for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...
Aspose.Words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...
Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...
Discover the Aspose.Words.Drawing.TextPath class for creating stunning WordArt. Easily define text and formatting To enhance your Documents....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...
Base class for all nodes of a Word Document in Java....Document doc = new Document(getMyDir() + "Tables.docx"); Assert...Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE, true).getCount());...
RevisionOptions.insert_cell_color property. Allows To specify the color To be used for inserted cells [RevisionType.INSERTION](../../../aspose.words/revisiontype/#INSERTION)... doc = aw . Document ( file_name =...MY_DIR + 'Cell revisions.docx' ) doc . layout_options . revision_options...
Aspose::Words::ImageWatermarkOptions::get_Scale method. Gets or sets the scale facTor expressed as a fraction of the image. The default value is 0 - auTo in C++.... auto doc = System :: MakeObject < Aspose...methods to add image watermark. doc -> get_Watermark () -> SetImage...