SoftEdgeFormat.remove method. Removes [SoftEdgeFormat](../) from the parent object.... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions ();...
BuildVersionInfo.version property. Gets the product version....print ( f 'I am currently using { aw . BuildVersionInfo . product...product } , version number { aw . BuildVersionInfo . version } !' )...
ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ShapeBase.allow_overlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... doc = aw . Document ( file_name = MY_DIR...] if table . text_wrapping == aw . tables . TextWrapping . AROUND...
Font.styleIdentifier property. Gets or sets the locale independent style identifier of the character style applied to this formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . styleIdentifier = aw . StyleIdentifier . IntenseEmphasis...
Shading.foregroundTintAndShade property. Gets or sets a double value that lightens or darkens a foreground theme color....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...
PageSetup.page_height property. Returns or sets the height of the page in points.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...
ImportFormatOptions.adjust_sentence_and_word_spacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... src_doc = aw . Document () dst_doc = aw . Document () builder...builder = aw . DocumentBuilder ( doc = src_doc ) builder . write...
ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder = aw . DocumentBuilder...document. shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType...