Font.superscript property. True if the font is formatted as superscript.... doc = aw . Document () para = doc . get_child ( aw . NodeType...points above the baseline. run = aw . Run ( doc = doc , text = 'Raised...
Node.remove method. Removes itself from the parent.... let doc = new aw . Document ( base . myDir + "Tables...expect ( doc . getChildNodes ( aw . NodeType . Table , true )....
Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... let doc = new aw . Document ( base . myDir + "Table...if ( table . textWrapping == aw . Tables . TextWrapping . Around...
Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
Shading.backgroundPatternThemeColor property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...
Shading.foregroundPatternThemeColor property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...
aspose.words.TextDmlEffect enumeration. Dml text effect for text runs.... doc = aw . Document ( file_name = MY_DIR...0 ] . font . has_dml_effect ( aw . TextDmlEffect . SHADOW )) self...