Border.distanceFromText property. Gets or sets distance of the border from text or from the page edge in points.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...
FieldIndex.page_number_separator property. Gets or sets the character sequence that is used to separate an index entry and its page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...
TextColumnCollection.set_count method. Arranges text into the specified number of text columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) columns = builder . page_setup...
Discover the Fill Pattern property to easily access and customize PatternType for your designs. Enhance your projects with unique fill options!... Document doc = new Document ( MyDir + "Shape...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...
Discover the HtmlFixedSaveOptions Encoding property for seamless HTML exports. Easily set UTF-8 encoding with BOM for optimal data integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...
Effortlessly manage your tab stops with the RemoveByIndex method. Quickly remove any tab stop from your collection for streamlined design.... Document doc = new Document (); TabStopCollection...TabStopCollection tabStops = doc . FirstSection . Body . Paragraphs [...
DocumentBuilder.bold property. True if the font is formatted as bold.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert some MERGEFIELDS...
Cell.parentRow property. Returns the parent row of the cell.... let doc = new aw . Document ( base ....two pages.docx" ); let table = doc . firstSection . body . tables...
Provides helper functions to convert between various measurement units in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getPageSetup().setPaperSize(PaperSize...