Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 180,044 for

doc

(0.08 sec)
  1. SaveOptions.UpdateLastPrintedProperty | Aspose....

    Optimize Document management with SaveOptions UpdateLastPrintedProperty. Control LastPrinted updates for efficient saving and enhanced workflow.... Document doc = new Document (); DateTime lastPrinted...DateTime ( 2019 , 12 , 20 ); doc . BuiltInDocumentPrope . LastPrinted...

    reference.aspose.com/words/net/aspose.words.sav...
  2. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured Document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section...rangeStartTag = (StructuredDocumentTa) doc.getChildNodes(NodeType.STRUC...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextWatermarkOptions.FontSize | Aspose.Words fo...

    Customize your TextWatermarkOptions with adjustable FontSize. Easily set your preferred size for optimal visibility and style in your designs.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...
  4. C++ API to Export XPS to WORDML | products.aspo...

    Convert XPS to WORDML within C++ applications....to convert XPS file format to DOC. Aspose.PDF for C++ is a powerful...popular file formats such as DOC, HTML, XPS, and more. Secondly...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. StructuredDocumentTag.Style | Aspose.Words for ...

    Discover how to manage the Style property of StructuredDocumentTags to enhance your Document formatting and improve readability effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  6. ProtectionType enumeration | Aspose.Words for P...

    aspose.words.ProtectionType enumeration. Protection type for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StructuredDocumentTag.WordOpenXMLMinimal | Aspo...

    Discover the StructuredDocumentTag WordOpenXMLMinimal property, which provides a clean XML string in FlatOpc format, excluding non-content elements for streamlined Document processing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. VbaProject.clone method | Aspose.Words for Python

    VbaProject.clone method. Performs a copy of the [VbaProject](../).... doc = aw . Document ( file_name =...) dest_doc = aw . Document () copy_vba_project = doc . vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

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