Table.preferredWidth property. Gets or sets the table preferred width.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
Discover the AdjustmentCollection Count property to easily retrieve the total number of elements, enhancing your data management efficiency.... Document doc = new Document ( MyDir + "Rounded...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...
DocumentVisitor.visitDocumentStart method. Called when enumeration of the Document has started....visitDocumentStart method visitDocumentStart(doc) Called when enumeration of the...started. visitDocumentStart ( doc : Aspose . Words . Document )...
FieldEQ.as_office_math method. Returns Office Math object corresponded to the EQ field.... doc = aw . Document ( file_name =...as_field_eq (), b ), list ( doc . range . fields ))))[ 0 ] office_math...
Aspose::Words::Drawing::ShapeBase::get_Hidden method. Gets or sets a boolean value indicating whether the shape is visible in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced Document formatting and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...
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...