SaveOptions.update_created_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.created_time](../../../aspose.words.properties/builtindocumentproperties/created_time/) property is updated before saving... doc = aw . Document () created_time =...created time. save_options = aw . saving . DocSaveOptions ()...
BorderCollection.equals method. Compares collections of borders....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...secondParagraphBorde ) border . lineStyle = aw . LineStyle . DotDash ; // After...
FormField.result property. Gets or sets a string that represents the result of this form field.... doc = aw . Document () builder = aw . DocumentBuilder... name ) self . assertEqual ( aw . fields . FieldType . FIELD_FORM_DROP_DOWN...
ChartSeries.bubbleSizes property. Gets a collection of bubble sizes for this chart series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ListLabel.labelString property. Gets a string representation of list label.... let doc = new aw . Document ( base . myDir + "Rendering...paras = doc . getChildNodes ( aw . NodeType . Paragraph , true...
Aspose.Words.Saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
Aspose.Words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes... let doc = new aw . Document ( base . myDir + "Tables...'CalculateDepthOfNest' , () => { let doc = new aw . Document ( base . myDir + "Nested...
aspose.words.drawing.PatternType enumeration. Specifies the fill pattern to be used to fill a shape.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved....supported' , () => { let doc = new aw . Document ( base . myDir + "Rendering...saving process. let options = new aw . Saving . HtmlSaveOptions ();...