HtmlLoadOptions.supportVml property. Gets or sets a value indicating whether to support VML images.... let loadOptions = new aw . Loading . HtmlLoadOptions ();...only load the PNG. let doc = new aw . Document ( base . myDir + "VML...
ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
DocumentBuilder.insertParagraph method. Inserts a paragraph break into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Arial" ; font . underline = aw . Underline . Dash ; let paragraphFormat...
ParagraphFormat.tabStops property. Gets the collection of custom tab stops defined for this object.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
FieldChar.getField method. Returns a field for the field char....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
RowFormat.height property. Gets or sets the height of the table row in points.... doc = aw . Document () builder = aw . DocumentBuilder.... row_format . height_rule = aw . HeightRule . AT_LEAST builder...
RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row.... doc = aw . Document () builder = aw . DocumentBuilder.... row_format . height_rule = aw . HeightRule . AT_LEAST builder...
Document.digital_signatures property. Gets the collection of digital signatures for this document and their validation results.... assertFalse ( aw . FileFormatUtil . detect_file_format...document. certificate_holder = aw . digitalsignatures . CertificateHolder...
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.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...