Discover the FieldSet BookmarkName property to easily manage and customize your bookmarks. Enhance your application's navigation with this key feature!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...
Optimize your SaveOptions with the UpdateCreatedTimeProperty. Control CreatedTime updates before saving, enhancing data accuracy. Default, false....Document doc = new Document (); DateTime createdTime = new DateTime...DocSaveOptions saveOptions = new DocSaveOptions (); saveOptions...
StyleCollection.defaultFont property. Gets document default text formatting.... let doc = new aw . Document (); let styles...// Set default parameters for new styles that we may later add...
PersonCollection.add method. Adds a [Person](../../person/) to the collection.... # Create a new person collection. persons =...'Brielle' , 'Tejeda_updated' ) # Add new person to the collection. persons...
StructuredDocumentTag.set_unchecked_symbol method. Sets the symbol used to represent the unchecked state of a check box content control....set_checked_symbol ( 169 , 'Times New Roman' ) sdt_check_box . set_unchecked_symbol...set_unchecked_symbol ( 174 , 'Times New Roman' ) builder . insert_node...
Manage your ShapeBase title property effortlessly. Set or retrieve the title caption for any shape object to enhance your design's clarity and appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the document. Shape shape = new Shape ( doc , ShapeType . Cube...
Effortlessly remove all drawing shapes from section headers and footers with the DeleteHeaderFooterShapes method for cleaner document presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...
Discover the HtmlFixedSaveOptions PageHorizontalAlignment property to easily control page alignment in HTML documents. Default set to Center for optimal presentation.... Document doc = new Document ( MyDir + "Rendering...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions { PageHorizontalAlignm...
Discover how the HtmlSaveOptions ExportFontsAsBase64 property enhances your HTML by embedding fonts in Base64 encoding for improved performance. Default, false.... Document doc = new Document ( MyDir + "Rendering...); HtmlSaveOptions options = new HtmlSaveOptions { ExportFontsAsBase64...