NodeCollection.toArray method. Copies all nodes from the collection to a new array of nodes.... let doc = new aw . Document ( base . myDir + "Textboxes...shapes = doc . getChildNodes ( aw . NodeType . Shape , true )....
OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm.... doc = aw . Document () builder = aw . DocumentBuilder...'Hello world!' ) save_options = aw . saving . OoxmlSaveOptions ()...
Aspose.Words.AI.SummaryLength enumeration. Enumerates possible lengths of summary.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
ChartDataLabel.rotation property. Gets or sets the rotation of the label in degrees....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartAxisTitle.font property. Provides access to the font formatting of the axis title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
DigitalSignatureDetails.sign_options property. Gets or sets a [DigitalSignatureDetails.sign_options](./) object used to sign a document.... doc = aw . Document ( file_name = MY_DIR...docx' ) certificate_holder = aw . digitalsignatures . CertificateHolder...
Shape.strokeColor property. Defines the color of a stroke....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . CloudCallout , aw . Drawing...
FrameFormat.heightRule property. Gets the rule for determining the height of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
FrameFormat.height property. Gets the height of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...