Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 157,577 for

doc

(0.08 sec)
  1. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContents method. When set to true, this property will prohibit a user from editing the contents of this SDT in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. WebExtension.reference property | Aspose.Words ...

    WebExtension.reference property. Specifies the primary reference to an web extension.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. NodeList.count property | Aspose.Words for Node.js

    NodeList.count property. Gets the number of nodes in the list.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert some nodes with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldIf.true_text property | Aspose.Words for P...

    FieldIf.true_text property. Gets or sets the text displayed if the comparison expression is true.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Statement...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldPrintDate.use_lunar_calendar property | As...

    FieldPrintDate.use_lunar_calendar property. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar.... doc = aw . Document ( file_name =...display "0/0/0000". field = doc . range . fields [ 0 ] . as_field_print_date...

    reference.aspose.com/words/python-net/aspose.wo...
  6. WarningSource Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningSource enum, identifying warning sources during Document loading and saving for enhanced Document management.... Doc 10 Module that reads/writes binary DOC files. Text...the warning source. Document doc = new Document ( MyDir + "Emphases...

    reference.aspose.com/words/net/aspose.words/war...
  7. FieldMergeField.IsMapped | Aspose.Words for .NET

    Discover the FieldMergeField IsMapped property to easily manage mapped fields, enhancing your data integration and workflow efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  8. ParagraphFormat.mirrorIndents property | Aspose...

    ParagraphFormat.mirrorIndents property. Gets or sets a flag indicating whether the left and right indents are of the same width.... let doc = new aw . Document ( base ...."Document.docx" ); let format = doc . firstSection . body . paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldCollection class | Aspose.Words for Python

    aspose.words.fields.FieldCollection class. A collection of [Field](../field/) objects that represents the fields in the specified range... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP.... // Load in the document $ doc = new Java ( "com.aspose.words...ExtractContent :: $ gDataDir . "TestFile.doc" ); // Gather the nodes. The...

    docs.aspose.com/words/java/extract-content-in-php/