Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 300,003 for

doc

(0.25 sec)
  1. CommentCollection Class | Aspose.Words for .NET

    Aspose.Words.CommentCollection class. Provides typed access to a collection of Comment nodes in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Helo...

    reference.aspose.com/words/net/aspose.words/com...
  2. FieldDocVariable.variable_name property | Aspos...

    FieldDocVariable.variable_name property. Gets or sets the name of the Document variable to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document.... doc = aw . Document () style = doc . styles . add...builder = aw . DocumentBuilder ( doc ) # Apply one of the styles from...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfo.get_embedded_font method | Aspose.Word...

    FontInfo.get_embedded_font method. Gets a specific embedded font file.... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.text_orientation property | Aspose.Wo...

    PageSetup.text_orientation property. Allows to specify [PageSetup.text_orientation](./) for the whole page...and DOC. Examples Shows how to set text orientation. doc = aw...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

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

    Stroke StartArrowLength property. Defines the arrowhead length for the start of a stroke in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  7. NodeList.Count | Aspose.Words for .NET API 参考

    NodeList 财产. 获取列表中的节点数... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 使用 DocumentBuilder 插入一些节点。...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. WebExtensionReference.Version | Aspose.Words fo...

    WebExtensionReference Version property. Specifies the version of the web extension in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  9. WebExtension.Properties | Aspose.Words for .NET

    WebExtension Properties property. Represents a set of web extension custom properties in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  10. HeaderFooter.IsLinkedToPrevious | Aspose.Words ...

    HeaderFooter 财产. 如果此页眉或页脚链接到上一节中的相应页眉或页脚 则为真... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/zh/net/aspose.words/...