Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 43,595 for

printing document

(0.11 sec)
  1. Export EMLX to XPS via C++ | products.aspose.com

    C++ API to Convert EMLX to XPS without using Microsoft Word or Outlook...HTML by using Document class Save the document to XPS format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. FieldTime | Aspose.Words for Java

    Implements the TIME field in Java....the Working with Fields documentation article. Remarks: Inserts...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. SVGDocument | Aspose.HTML for .NET API Reference

    An SVGDocument is the root of the SVG hierarchy and holds the entire content. Besides providing access to the hierarchy it also provides some convenience methods for accessing certain sets of information from the Document. When an svg element is embedded inline as a component of a Document from another namespace such as when an svg element is embedded inline within an XHTML Document XHTML then an SVGDocument object will not exist instead the root object in the Document object hierarchy will be a Document object of a different type such as an HTMLDocument object. However an SVGDocument object will indeed exist when the root element of the XML Document hierarchy is an svg element such as when viewing a stand-alone SVG filei.e. a file with MIME type image/svgxml. In this case the SVGDocument object will be the root object of the Document object model hierarchy....sets of information from the document. When an ‘svg’ element is...inline as a component of a document from another namespace, such...

    reference.aspose.com/html/net/aspose.html.dom.s...
  4. DocumentPropertyCollection indexer | Aspose.Wor...

    DocumentPropertyCollection indexer. Returns a [DocumentProperty](../../Documentproperty/) object by index....with custom document properties. doc = aw . Document ( MY_DIR +...'Properties.docx' ) # Every document contains a collection of custom...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    DocumentVisitor VisitShapeStart method. Called when enumeration of a shape has started in C#....shapes, and print its contents using a document visitor. public...GroupOfShapes () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  6. xmlmapping - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...between the parent structured document tag and an XML element stored...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentPropertyCollection.clear method | Aspos...

    DocumentPropertyCollection.clear method. Removes all properties from the collection....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LastSavedBy method. Gets or sets the name of the last author in C++....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Working with Styles and Themes|Aspose.Words for...

    Enhanced Microsoft Word formatting features, working with styles and themes using Java....based on styles from a Word document can be useful to identify...particular kinds of content in the document, such as examples, titles...

    docs.aspose.com/words/java/working-with-styles-...
  10. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java....the Working with Fields documentation article. Remarks: Inserts...the Developer tab. Document doc = new Document(getMyDir() + "Form...

    reference.aspose.com/words/java/com.aspose.word...