Border.distanceFromText property. Gets or sets distance of the border from text or from the page edge in points.... let doc = new aw . Document (); let pageSetup...pageSetup . borderDistanceFrom = aw . PageBorderDistanceFr . PageEdge...
Fill.backThemeColor property. Gets or sets a ThemeColor object that represents the background color for the fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . RoundRectangle...
aspose.words.digitalsignatures.DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document... assertFalse ( aw . FileFormatUtil . detect_file_format...document. certificate_holder = aw . digitalsignatures . CertificateHolder...
ListLevel.startAt property. Returns or sets the starting number for this list level.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
aspose.words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another...insert_at_bookmark (): doc = aw . Document () builder = aw . DocumentBuilder...doc_to_insert = aw . Document () builder = aw . DocumentBuilder...
CustomXmlProperty.name property. Specifies the name of the custom XML attribute or smart tag property....'Create' , () => { let doc = new aw . Document (); // A smart tag...underline. let smartTag = new aw . Markup . SmartTag ( doc );...
Font.style_name property. Gets or sets the name of the character style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . style_identifier = aw . StyleIdentifier . INTENSE_EMPHASIS...
DigitalSignatureDetails.certificate_holder property. Gets or sets a [DigitalSignatureDetails.certificate_holder](./) object that contains the certificate used to sign a document.... doc = aw . Document ( file_name = MY_DIR...docx' ) certificate_holder = aw . digitalsignatures . CertificateHolder...