Aspose::Words::Style::get_Name method. Gets or sets the name of the style in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...
Font.underlineColor property. Gets or sets the color of the underline applied to the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . underline...
PlainTextDocument.text property. Gets textual content of the Document concatenated as a string.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...
Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain text Document from a stream. Automatically detects the file format in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> Save...
LayoutOptions.ignore_printer_metrics property. Gets or sets indication of whether the Use printer metrics to lay out Document compatibility option is ignored... doc = aw . Document ( file_name =...MY_DIR + 'Rendering.docx' ) doc . layout_options . ignore_printer_metrics...
Inline.font property. Provides access to the font formatting of this object.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
Paragraph.paragraph_format property. Provides access to the paragraph formatting properties.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
Run.text property. Gets or sets the text of the run.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...