StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
ChartDataLabelCollection.separator property. Gets or sets string separator used for the data labels of the entire series...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = builder . insertChart ( aw . Drawing . Charts . ChartType...
StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
OfficeMath.nodeType property. Returns [NodeType.OfficeMath](../../../aspose.words/nodetype/#OfficeMath).... let doc = new aw . Document ( base . myDir + "Office... mathObjectType ). toEqual ( aw . Math . MathObjectType . OMathPara...
Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/)....let doc = new aw . Document (); let table = new aw . Tables . Table...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...
SignOptions.signTime property. The date of signing... let certificateHolder = aw . DigitalSignatures . CertificateHolder...base . myDir + "morzal.pfx" , "aw" ); // Create a comment and date...
Aspose.Words.BorderType enumeration. Specifies sides of a border...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...
Document.page_count property. Gets the number of pages in the document as calculated by the most recent page layout operation.... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
Document.layoutOptions property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertedTextColor ). toEqual ( aw . Layout . RevisionColor . ByAuthor...
FieldIndex.entry_type property. Gets or sets an index entry type used to build the index.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...