Discover the Microsoft Word field type with our Field Type property. Enhance your Documents with precise formatting and dynamic content capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Field field = builder . InsertField...
Discover FontInfo's IsTrueType property, ensuring your font is TrueType or OpenType for superior quality—perfect for crisp and scalable designs.... Document doc = new Document ( MyDir + "Embedded...FontInfoCollection allFonts = doc . FontInfos ; // Print all the...
PageSetup.borderSurroundsHeader property. Specifies whether the page border includes or excludes the header.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...
ImageSaveOptions.pixelFormat property. Gets or sets the pixel format for the generated images.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...
Discover how the PageSetup BorderSurroundsFooter property can enhance your Document layout by controlling footer inclusion in page borders.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...
Discover the FindReplaceOptions IgnoreFields property to easily manage text within fields. Control when to ignore content for efficient searching!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...
FieldSeq.sequence_identifier property. Gets or sets the name assigned to the series of items that are to be numbered.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...