ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...
BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...
BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...
Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...