FieldOptions.current_user property. Gets or sets the current user information.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...
FontInfoCollection.embedTrueTypeFonts property. Specifies whether or not to embed TrueType fonts in a Document when it is saved... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....
DocumentBase.pageColor property. Gets or sets the page color of the Document... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . pageColor...
Represents a start of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...
CellFormat.borders property. Gets collection of borders of the cell.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...
Discover the ListCollection Count property to easily retrieve the number of numbered and bulleted lists in your Document, enhancing your content organization....Document doc = new Document (); ListCollection lists = doc . Lists.... Document , Is . EqualTo ( doc )); List list = lists . Add (...
VbaModule.type property. Specifies whether the module is a procedural module, Document module, class module, or designer module.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...
Font.spacing property. Returns or sets the spacing (in points) between characters .... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add run of text and increase...
Font.scaling property. Gets or sets character width scaling in percent.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add run of text and increase...