Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 39,381 for

document properties

(0.08 sec)
  1. Aspose.HTML for .NET 24.10 – Improving Renderin...

    Release focuses on Linux support, improving text readability and image rendering, creating a smoother experience for .NET developers....enumeration was replaced with property. The system enumeration was...was replaced with property. FontStyle Vs WebFontStyle In version...

    docs.aspose.com/html/net/migration-between-vers...
  2. Forms2OleControl.ChildNodes | Aspose.Words for ...

    Discover the Forms2OleControl ChildNodes property to effortlessly access and manage immediate child controls for enhanced functionality....ChildNodes property Gets collection of immediate...verify the properties of an ActiveX control. Document doc = new...

    reference.aspose.com/words/net/aspose.words.dra...
  3. RevisionGroup class | Aspose.Words for Python

    aspose.words.RevisionGroup class. Represents a group of sequential [Revision](../revision/) objects...Changes in a Document documentation article. Properties Name Description...revisions in a document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. AssembleDocument Permission - Free Support Foru...

    Hi, Im trying to set permission for pdf my code is if (pdfDoc == null||(string.IsNullOrEmpty(userPassword) && string.IsNullOrEmpty(ownerPassword))) return; Aspose.Pdf.Permissions permissions = Aspose.Pdf.Permissions…...in generated pdf protection property it showing not allowed for...applied correctly in your PDF document. This can occur if the permissions...

    forum.aspose.com/t/assembledocument-permission/...
  5. How to Add Comments in PDF File using Python

    This short tutorial guides you on how to add comments in PDF file using Python. It contains basic information for setting the environment and a runnable sample code to add comments to PDF using Python along with the step-wise description....information about all the important properties and attributes that can be...Create a new PDF file using the Document class and some sample text...

    kb.aspose.com/pdf/python/how-to-add-comments-in...
  6. CustomXmlProperty class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlProperty class. Represents a single custom XML attribute or a smart tag property...tag property. To learn more, visit the Structured Document Tags...Tags or Content Control documentation article. Remarks Used as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Net to replace a Word document Aspose.Words Product Family...var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo...

    forum.aspose.com/t/some-content-cannot-be-repla...
  8. How to Transform Markdown to PDF in Python

    This article provides information on how to transform Markdown to PDF in Python. It has the IDE settings, a set of tasks for writing the application, and a runnable sample code to export Markdown to PDF in Python....the source MD file into the Document class object Instantiate the...MD file is loaded into the Document class object followed by the...

    kb.aspose.com/words/python/how-to-transform-mar...
  9. CompareOptions class | Aspose.Words for Node.js

    Aspose.Words.Comparing.CompareOptions class. Allows to choose additional options for Document comparison operation...choose additional options for document comparison operation. To learn...visit the Compare Documents documentation article. Constructors...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BuildingBlockCollection class | Aspose.Words fo...

    Aspose.Words.BuildingBlocks.BuildingBlockCollection class. A collection of [BuildingBlock](../../aspose.words/buildingblock/) objects in the Document...BuildingBlock objects in the document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...