Shape.stroke_color property. Defines the color of a stroke.... doc = aw . Document () builder = aw . DocumentBuilder...insert_shape ( aw . drawing . ShapeType . CLOUD_CALLOUT , aw . drawing...
Aspose.Words.Drawing.Charts.AxisGroup enumeration. Represents a type of a chart axis group....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.OutlineLevel enumeration. Specifies the outline level of a paragraph in the document.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . outline_level = aw . OutlineLevel . LEVEL1 builder...
ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)... builder = aw . DocumentBuilder () shape =... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
FieldCitation.format_language_id property. Gets or sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the document.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...
FieldCitation.source_tag property. Gets or sets a value that matches the Tag element's value of the source to insert.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...
aspose.words.saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF reader.... doc = aw . Document ( file_name = MY_DIR...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...
FieldBibliography.format_language_id property. Gets or sets the language ID that is used to format the bibliographic sources in the document.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...