TabStop.equals method. Compares with the specified [TabStop](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...
TabStopCollection.equals method. Determines whether the specified [TabStopCollection](../) is equal in value to the current [TabStopCollection](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...
Represents the root element for a glossary Document within a Word Document in Java....throws Exception { Document doc = new Document(); GlossaryDocument...getBuildingBlocks().getCount(), 5); doc.setGlossaryDocument(glossaryDoc);...
Shape.signature_line property. Gets [SignatureLine](../../signatureline/) object if the shape is a signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...
OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Embed a Microsoft Visio...
ChartDataLabel.position property. Gets or sets the position of the data label.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert column chart. shape...