Discover the Font Border property, which provides a customizable Border object to enhance your font styling and design flexibility....to insert a string surrounded by a border into a document. Document...Document doc = new Document (); DocumentBuilder builder = new...
Implements the TITLE field in Java....the Working with Fields documentation article. Remarks: Retrieves... and optionally sets, the document’s title, as recorded in the...
Implements the SUBJECT field in Java....the Working with Fields documentation article. Remarks: Retrieves... and optionally sets, the document’s subject, as recorded in...
Implements the COMMENTS field in Java....the Working with Fields documentation article. Remarks: Retrieves...comments relating to the current document, as recorded in the BuiltInDocumentPrope...
Implements the TEMPLATE field in Java....the Working with Fields documentation article. Remarks: Retrieves...template used by the current document. Examples: Shows how to use...
Implements the USERADDRESS field in Java....the Working with Fields documentation article. Remarks: Retrieves...USERADDRESS field. Document doc = new Document(); // Create a UserInformation...
Implements the CREATEDATE field in Java....the Working with Fields documentation article. Remarks: Retrieves...date and time at which the document was created. By default, the...
Represents a typed collection of general formats in Java....the Working with Fields documentation article. Examples: Shows...format field results. Document doc = new Document(); DocumentBuilder...
CompositeNode.InsertBefore method. Inserts the specified node immediately before the specified reference node....insertBefore(newChild, refChild) Inserts the specified node immediately...Description newChild Node The Node to insert. refChild Node The Node that...
DocumentBuilder.InsertStructuredDocumentTag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....type) Inserts a StructuredDocumentTa into the document. insertStructuredDocu...was just inserted. Examples Shows how to simply insert structured...