RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Jpeg...
FieldIndex.page_number_list_separator property. Gets or sets the character sequence that is used to separate two page numbers in a page number list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...
Section.pageSetup property. Returns an object that represents page setup and section properties.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...
Story.first_paragraph property. Gets the first paragraph in the story.... doc = aw . Document () run = aw . Run ( doc = doc , text... pydrawing . Color . yellow doc . first_section . body . first_paragraph...
Aspose::Words::Watermark::SetText method. Adds Text watermark into the Document in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...
Represents a SubDocument - which is a reference to an externally stored Document in Java.... Document doc = new Document(getMyDir() + "Master...NodeCollection subDocuments = doc.getChildNodes(NodeType.SUB_DOCUMENT...