IAiModelText.check_grammar method. Checks grammar of the provided document... doc = aw . Document ( file_name = MY_DIR...models. model = aw . ai . AiModel . create ( aw . ai . AiModelType...
ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions ();...loadOptions . documentDirection = aw . Loading . DocumentDirection...
TabStopCollection.removeByPosition method. Removes a tab stop at the specified position from the collection.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
SaveOptions.iml_rendering_mode property. Gets or sets a value determining how ink (InkML) objects are rendered.... doc = aw . Document ( file_name = MY_DIR...save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...
NodeCollection.insert method. Inserts a node into the collection at the specified index.... doc = aw . Document () builder = aw . DocumentBuilder...RunCollection manually. new_run = aw . Run ( doc = doc , text = 'Run...
HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...
TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...