Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 3,830 for

printing document

(0.06 sec)
  1. NodeChangingArgs.newParent property | Aspose.Wo...

    NodeChangingArgs.newParent property. Gets the node's parent that will be set after the operation completes....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::EditableRange::get_EditorGroup m...

    Aspose::Words::EditableRange::get_EditorGroup method. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range in C++.... auto doc = MakeObject < Document > (); doc -> Protect ( ProtectionType...world! Since we have set the document's protection level to read-only...

    reference.aspose.com/words/cpp/aspose.words/edi...
  3. CompositeNode.SelectSingleNode | Aspose.Words f...

    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...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/com...
  4. Metered class | Aspose.Words for Python

    aspose.words.Metered class. Provides methods to set metered key....new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Comment.author property | Aspose.Words for Python

    Comment.author property. Returns or sets the author name for a comment....Examples Shows how to print all of a document’s comments and their...their replies. doc = aw . Document ( file_name = MY_DIR + 'Comments...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::PclSaveOptions::get_Fall...

    Aspose::Words::Saving::PclSaveOptions::get_FallbackFontName method. Name of the font that will be used if no expected font is found in printer and built-in fonts collections in C++....that a printer will apply to printed text as a substitute should...unavailable. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. BookmarkStart.bookmark property | Aspose.Words ...

    BookmarkStart.bookmark property. Gets the facade object that encapsulates this bookmark start and end....'CreateUpdateAndPrint' , () => { // Create a document with three bookmarks, then...use a custom document visitor implementation to print their contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word Document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...word document. The code I’m using to do this is: Document RepDoc...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  9. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java....Shows ways of traversing a document’s layout entities. public...throws Exception { // Open a document that contains a variety of...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::GetEnumerator method. Returns an enumerator that can iterate through a collection in C++....Examples Shows how to work with a document’s collection of web extensions...extensions. auto doc = MakeObject < Document > ( MyDir + u "Web extension...

    reference.aspose.com/words/cpp/aspose.words.web...