Discover the FieldHyperlink Target property, easily configure link redirection for enhanced user navigation and seamless web experiences....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...field . SubAddress + " in a new window" ; builder . Writeln ();...
Discover the FieldAutoNum SeparatorCharacter property, easily customize your separator character for enhanced data formatting and improved usability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...character of its string as the new separator character. // In this...
Discover the Paragraph ParentStory property to easily access parent section-level stories, enhancing your document's structure with Body or HeaderFooter options.... Document doc = new Document (); // Create a header...text. HeaderFooter header = new HeaderFooter ( doc , HeaderFooterType...
ImageSaveOptions.useGdiEmfRenderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...renderer. let saveOptions = new aw . Saving . ImageSaveOptions...
Text element is used to add one or more lines of text to the form...." , "font_family" : "Courier New" , "font_style" : [ "bold" ,...lore-" , "font_family" : "Courier New" , "font_style" : [ "bold" ,...
FontSavingArgs.originalFileSize property. Gets the original font file size....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...
FontSavingArgs.isExportNeeded property. Allows to specify whether the current font will be exported as a font resource...supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...
Discover the Table LeftIndent property to easily customize your table's left indent. Enhance your design with precise control for better layouts!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...cursor is in, // as well as any new cells and rows created using...
Manage your comments effortlessly with the FieldComments Text property—easily get or set comment text for enhanced user interaction....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...property, // and then display the new value. field . Text = "My overriding...
DocumentBuilder.insert_paragraph method. Inserts a paragraph break into the document....placed at the beginning of the new paragraph. An exception is thrown...# and then starts a new line, adding a new paragraph. builder...