Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 20,265 for

printing document

(0.18 sec)
  1. DocumentVisitor.visitCommentRangeStart method |...

    DocumentVisitor.visitCommentRangeStart method. Called when the start of a commented range of text is encountered.... Examples Shows how to print the node structure of every...comment and comment range in a document. test ( 'CommentsToText' ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Settings::ViewOptions::get_Displ...

    Aspose::Words::Settings::ViewOptions::get_DisplayBackgroundShape method. Controls display of the background shape in print layout view in C++....of the background shape in print layout view. bool Aspose ::...Shows how to hide/display document background images in view...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  4. RevisionCollection.GetEnumerator | Aspose.Words...

    Discover the RevisionCollection GetEnumerator method! Efficiently retrieve enumerator objects for seamless data management and enhanced performance....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  5. EditableRangeEnd.Accept | Aspose.Words for .NET

    Discover the EditableRangeEnd Accept method to seamlessly manage visitor interactions and enhance your web application's functionality....void Visitor () { Document doc = new Document (); doc . Protect...world! Since we have set the document's protection level to read-only...

    reference.aspose.com/words/net/aspose.words/edi...
  6. XlsxSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XlsxSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.XLSX](../../aspose.words/saveformat/#XLSX) format...additional options when saving a document into the SaveFormat.XLSX format...the Specify Save Options documentation article. Inheritance: XlsxSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format....saves fonts when exporting a document to HTML format. Methods Name...() => { let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a Document property....enumeration Specifies data type of a document property. Members Name Description...Examples Shows how to work with a document’s custom properties. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentPropertyCollection.Contains | Aspose.Wo...

    Discover if a property exists in DocumentPropertyCollection with our efficient Contains method. Simplify your data management today!...work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...

    reference.aspose.com/words/net/aspose.words.pro...
  10. PDF 中的文本格式化|Aspose.PDF for Java

    本页解释了如何在 PDF 文件中格式化文本。这包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...{ // 创建新的文档对象 Document document = new Document (); Page page...page = document . getPages (). add (); TextFragment text = new TextFragment...

    docs.aspose.com/pdf/zh/java/text-formatting-ins...