Discover how CompositeNode's SelectSingleNode method efficiently retrieves the first Node matching your XPath expression for streamlined data handling.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...
Discover the ImageSaveOptions VerticalResolution property to easily set and optimize image quality in DPI for stunning visuals. Enhance your projects today!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...
ImageSaveOptions.imageBrightness property. Gets or sets the brightness for the generated images.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...
Aspose.Words.Font class. Contains font attributes (font name, font size, color, and so on) for an object... let doc = new aw . Document (); let run...run = new aw . Run ( doc , "Hello world!" ); let font = run ...
PdfSaveOptions.clone method. Creates a deep clone of this object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert text with PAGE and...
StructuredDocumentTagRangeStart.xmlMapping property. Gets an object that represents the mapping of this structured Document tag range to XML data in a custom XML part of the current Document.... let doc = new aw . Document ( base ....#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...
Aspose::Words::FileFormatUtil::ExtensionToSaveFormat method. Converts a file name extension into a SaveFormat value in C++....(); ASSERT_EQ ( LoadFormat :: Doc , loadFormat ); // Below are...detected file extension. auto doc = MakeObject < Document > ( docStream...
Discover how the FieldRD FileName property simplifies file management by easily setting names for generating your table of contents and indexes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...
Discover the Aspose.Words PrintDocument ColorPagesPrinted property to efficiently track the number of pages printed in vibrant color. Maximize your printing insights!... Document doc = new Document ( MyDir + "Rendering...PrinterSettings . MaximumPage = doc . PageCount ; printDlg . PrinterSettings...