Aspose.Words.Markup.MarkupLevel enumeration. Specifies the level in the document tree where a particular [StructuredDocumentTag](../structureddocumenttag/) can occur.... among tables and paragraphs). Row The element occurs...new aw . Document (); let builder = new aw . DocumentBuilder...
PdfSaveOptions.export_language_to_span_tag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Hello world!' ) builder . writeln ( 'Hola mundo!' )...
Implements the SAVEDATE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...moveToDocumentEnd(); builder.writeln(" Date this document was last saved:");...
Aspose.Words.Document.updateWordCount method...updates Characters, Words and Paragraphs properties in the Document...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...
Aspose.Words.Fields.FieldRevNum class. Implements the REVNUM field...node, returns its parent paragraph. If the field is already removed...let builder = new aw . DocumentBuilder ( doc ); builder . write...
Shape.image_data property. Provides access to the image of the shape... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...
A collection of FormField objects that represent all the form fields in a range in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...a document builder to insert a combo box. builder.write("Choose...