FindReplaceOptions.ignoreDeleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...replace process. let options = new aw . Replacing . FindReplaceOptions...
Paragraph.listLabel property. Gets a [Paragraph.listLabel](./) object that provides access to list numbering value and formatting for this paragraph.... let doc = new aw . Document ( base . myDir + "Rendering...paras = doc . getChildNodes ( aw . NodeType . Paragraph , true...
Explore the Aspose.Words.ChartAxisTitle class to easily manage axis title properties and enhance your document's visual impact....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
Aspose.Words.Lists.ListLabel class. Defines properties specific to a list label... let doc = new aw . Document ( base . myDir + "Rendering...paras = doc . getChildNodes ( aw . NodeType . Paragraph , true...
Border.isVisible property. Returns ``true`` if the [Border.lineStyle](../lineStyle/) is not [LineStyle.None](../../linestyle/#None).... let doc = new aw . Document ( base . myDir + "Borders...( 0 ). lineStyle ). toEqual ( aw . LineStyle . Single ); expect...
Border.is_visible property. Returns ``True`` if the [Border.line_style](../line_style/) is not [LineStyle.NONE](../../linestyle/#NONE).... doc = aw . Document ( file_name = MY_DIR...line_width ) self . assertEqual ( aw . LineStyle . SINGLE , borders...
TxtLoadOptions.autoNumberingDetection property. Gets or sets a boolean value indicating either automatic numbering detection will be performed while loading a document... let options = new aw . Loading . TxtLoadOptions ();...autoNumberingDetecti = false ; let doc = new aw . Document ( base . myDir + "Number...
aspose.words.BuildVersionInfo class. Provides information about the current product name and version...print ( f 'I am currently using { aw . BuildVersionInfo . product...product } , version number { aw . BuildVersionInfo . version } !' )...