Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 299,954 for

doc

(0.11 sec)
  1. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    LoadOptions UpdateDirtyFields property. Specifies whether to update the fields with the dirty attribute in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Give the document's built-in...

    reference.aspose.com/words/net/aspose.words.loa...
  2. WebExtensionReference.id property | Aspose.Word...

    WebExtensionReference.id property. Identifier associated with the web extension within a catalog provider.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. TabStopCollection.clear method | Aspose.Words f...

    TabStopCollection.clear method. Deletes all tab stop positions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldMacroButton.macro_name property | Aspose.W...

    FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.MultiplePages | Aspose.Words for .NET...

    PageSetup 财产. 对于多页文档获取或设置文档的打印或渲染方式以便将其装订为小册子... Document doc = new Document (); // 插入跨越 16...builder = new DocumentBuilder ( doc ); builder . Writeln ( "My Booklet:"...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. ParagraphFormat.Bidi | Aspose.Words for .NET AP...

    ParagraphFormat 财产. 获取或设置这是否是从右到左的段落... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. FieldMergeBarcode.DisplayText | Aspose.Words fo...

    FieldMergeBarcode DisplayText property. Gets or sets whether to display barcode data text along with image in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/net/aspose.words.fie...
  8. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_Document_properties property. Gets [PlainTextDocument.custom_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . c...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MailMergeSettings.clone method | Aspose.Words f...

    MailMergeSettings.clone method. Returns a deep clone of this object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Dear " ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a Document in Java.... Document doc = new Document(getMyDir() + "Embedded...FontInfoCollection allFonts = doc.getFontInfos(); // Print all...

    reference.aspose.com/words/java/com.aspose.word...