TableStyle.right_padding property. Gets or sets the amount of space (in points) To add To the right of the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...
Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...
Aspose.Words.Saving.PdfSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...files used when saving to a DOC or DOCX file. By default, this property...in the document outline. let doc = new aw . Document (); let builder...
Aspose::Words::Margins enum. Specifies preset margins in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...
Font.emboss property. True if the font is formatted as embossed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...
DocumentBuilder.insertBreak method. Inserts a break of the specified type inTo the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...