Discover the Font Underline property to customize text styles. Easily set and modify underline types for enhanced typography in your designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Underline...
Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration.... Document doc = new Document ( MyDir + "Rendering...rules.xml" ); doc . FontSettings = fontSettings ; doc . Save ( ArtifactsDir...
DocumentBase.backgroundShape property. Gets or sets the background shape of the Document... let doc = new aw . Document (); expect ( doc . backgroundShape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....
FieldTemplate.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...
SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...
Aspose::Words::Fonts::EmbeddedFontFormat enum. Specifies format of particular embedded font inside FontInfo object. When saving a Document to a file, only embedded fonts of corresponding format are written down in C++....format of embedded fonts used in DOC files. OpenType 1 Specifies font...the local file system. auto doc = MakeObject < Document > ( MyDir...
Font.underline_color property. Gets or sets the color of the underline applied to the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . underline...
Aspose::Words::Paragraph::get_ParagraphFormat method. Provides access to the paragraph formatting properties in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...
Aspose::Words::Inline::get_Font method. Provides access to the font formatting of this object in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...