Sort Score
Result 10 results
Languages All
Labels All
Results 5,451 - 5,460 of 90,935 for

doc

(0.09 sec)
  1. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified name from the collection in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the Document that is to be loaded.... DOC Microsoft Word 95 or Word 97...or Word 97 - 2003 Template. DOC_PRE_WORD60 The document is in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.UpdatePageLayout | Aspose.Words for .NET

    Revamp your Document's structure with the UpdatePageLayout method, ensuring a polished and organized layout for enhanced readability and presentation.... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection class. Base class for BuiltInDocumentProperties and CustomDocumentProperties collections. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDisplayBarcode field =...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAuthor class | Aspose.Words for Python

    aspose.words.fields.FieldAuthor class. Implements the AUTHOR field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

    reference.aspose.com/words/python-net/aspose.wo...
  7. List.ListId | Aspose.Words for .NET

    Discover the unique ListId property to easily access and manage your lists. Streamline your workflow with this essential identifier....Document doc = new Document (); ListCollection lists = doc . Lists...Lists ; Assert . AreEqual ( doc , lists . Document ); List list...

    reference.aspose.com/words/net/aspose.words.lis...
  8. PageInfo.paperTray property | Aspose.Words for ...

    PageInfo.paperTray property. Gets the paper tray (bin) for this page as specified in the Document... let doc = new aw . Document ( base ....PrinterSettings (). PaperSources ; doc . firstSection . pageSetup ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert HTML To Image C++

    Convert HTML to Image format in C++ code. Save HTML as Image using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render Document pages into Graphics objects at your desired scale for optimal visual results.... Document doc = new Document ( MyDir + "Rendering...thumbRows = doc . PageCount / thumbColumns ; int remainder = doc . PageCount...

    reference.aspose.com/words/net/aspose.words/doc...