ParagraphFormat.outlineLevel property. Specifies the outline level of the paragraph in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . outlineLevel = aw . OutlineLevel . Level1 ; builder...
Font.style_identifier property. Gets or sets the locale independent style identifier of the character style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . style_identifier = aw . StyleIdentifier . INTENSE_EMPHASIS...
PdfEncryptionDetails.owner_password property. Specifies the owner password for the encrypted PDF document.... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...
PdfEncryptionDetails.user_password property. Specifies the user password required for opening the encrypted PDF document.... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...
Paragraph.frameFormat property. Provides access to the frame formatting properties.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
PageSetup.borderDistanceFrom property. Gets or sets a value that indicates whether the specified page border is measured from the edge of the page or from the text it surrounds.... let doc = new aw . Document (); let pageSetup...pageSetup . borderDistanceFrom = aw . PageBorderDistanceFr . PageEdge...
AxisTickLabels.offset property. Gets or sets the distance of the tick labels from the axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartAxis.category_type property. Gets or sets type of the category axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...