NodeList.count property. Gets the number of nodes in the list.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert some nodes with...
FieldIf.true_text property. Gets or sets the text displayed if the comparison expression is true.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Statement...
FieldPrintDate.use_lunar_calendar property. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar.... doc = aw . Document ( file_name =...display "0/0/0000". field = doc . range . fields [ 0 ] . as_field_print_date...
Row constructor. Initializes a new instance of the [Row](../) class....Row constructor Row(doc) Initializes a new instance of the Row...Row class. Row ( doc : Aspose . Words . DocumentBase ) Parameter...
Secure your Documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...
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::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add text, and reference...
Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add text, and reference...