Effortlessly remove picture bullets from your current list level with the ListLevel DeletePictureBullet method. Simplify your Document formatting today!...Document doc = new Document (); List docList = doc . Lists ....builder = new DocumentBuilder ( doc ); builder . ListFormat . List...
Discover the TxtLoadOptions DocumentDirection property to easily set Document direction. Optimize your layout with the default LeftToRight setting!... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . That ( doc . FirstSection . Body . FirstParagraph...
FontSettings.defaultInstance property. Static default font settings.... toEqual ( true ); let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Non-existent...
PclSaveOptions.fallback_font_name property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Non-existent...
ChartTitle.show property. Determines whether the title shall be shown for this chart... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...
Discover the Font StyleIdentifier property to easily manage character styles in your formatting. Enhance your design with locale-independent solutions!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of referencing...
CellFormat.set_paddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set a padding distance...
Effortlessly remove SoftEdgeFormat from your parent object with the SoftEdgeFormat Remove method. Streamline your design for optimal results!... Document doc = new Document ( MyDir + "Rendering.... MaxImageResolution = 72 ; doc . Save ( ArtifactsDir + "SvgSaveOptions...
Discover how the ParagraphFormat MirrorIndents property enhances your Document formatting by ensuring consistent left and right indents for a polished look.... Document doc = new Document ( MyDir + "Document...); ParagraphFormat format = doc . FirstSection . Body . Paragraphs...
HtmlSaveOptions.exportImagesAsBase64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB... let doc = new aw . Document ( base ....options . prettyFormat = true ; doc . save ( base . artifactsDir...