ParagraphFormat.first_line_indent property. Gets or sets the value (in points) for a first line or hanging indent... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...
Paragraph.listFormat property. Provides access to the list formatting properties of the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . listFormat . applyNumberDefault...
RtfLoadOptions constructor. Initializes a new instance of this class with default values....recognize_utf8_text = recognize_utf8_text doc = aw . Document ( MY_DIR + 'UTF-8...symbols”™ \r ' + '€, ¢, £, ¥, ¤' , doc . first_section . body . get_text...
ChartDataTable.font property. Provides access to font formatting of the data table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Aspose::Words::Properties::DocumentProperty::ToDouble method. Returns the property value as double in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...
Implements the SKIPIF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a SKIPIF field. If...
Can be used to specify additional options when saving a Document into the SaveFormat.DocX SaveFormat.DocM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we configure compatibility...
Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain text Document from a stream. Automatically detects the file format in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> Save...
IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [IStructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is true.... let doc = new aw . Document (); // Insert...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . PlainText...