FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...
aspose.words.math.OfficeMathDisplayType enumeration. Specifies the display format type of the equation.... doc = aw . Document ( file_name =...'Office math.docx' ) office_math = doc . get_child ( aw . NodeType ...
Convert MD to RTF without using Microsoft Word...to convert MD file format to DOC. This API is equipped with advanced...the MD file is converted to DOC, the Aspose.Words for .NET API...
RowFormat.allow_break_across_pages property. True if the text in a table row is allowed to split across a page break.... doc = aw . Document ( file_name =...spanning two pages.docx' ) table = doc . first_section . body . tables...
ShapeBase.wrapSide property. Specifies how the text is wrapped around the shape.... let doc = new aw . Document ( base ....canvas.docx" ); let shapes = doc . getChildNodes ( aw . NodeType...
Convert CGM to FLATOPC using on premise Java API...is to render the CGM file to DOC using Aspose.PDF for Java. Aspose...files to DOC. Once the CGM file has been rendered to DOC, the second...
ChartDataTable.font property. Provides access to font formatting of the data table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ParagraphFormat.first_line_indent property. Gets or sets the value (in points) for a first line or hanging indent... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...
Paragraph.listFormat property. Provides access to the list formatting properties of the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . listFormat . applyNumberDefault...