ChartFormat.fill property. Gets fill formatting for the parent chart element....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...value of 25%. let options = new aw . Saving . PdfSaveOptions ();...
Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para = doc...regular capitals: let run = new aw . Run ( doc , "all capitals"...
Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para = doc...regular capitals: let run = new aw . Run ( doc , "all capitals"...
TabStop.alignment property. Gets or sets the alignment of text at this tab stop.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
CompareOptions.granularity property. Specifies whether changes are tracked by character or by word....docA = new aw . Document (); let builderA = new aw . DocumentBuilder...docB = new aw . Document (); let builderB = new aw . DocumentBuilder...
FieldChar.isDirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...