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

doc

(0.12 sec)
  1. Aspose::Words::SectionLayoutMode enum | Aspose....

    Aspose::Words::SectionLayoutMode enum. Specifies the layout mode for a section allowing to define the Document grid behavior in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. ComHelper.Open | Aspose.Words for .NET

    ComHelper Open method. Allows a COM application to load a Document from a file in C#....ComHelper" ) Dim doc Set doc = helper . Open ( fileName...local system filename: Document doc = comHelper . Open ( MyDir +...

    reference.aspose.com/words/net/aspose.words/com...
  3. MailMerge.UseWholeParagraphAsRegion | Aspose.Wo...

    MailMerge 财产. 获取或设置一个值该值指示是否应将带有 TableStart 或 TableEnd 字段 的整个段落或 TableStart 和 TableEnd 字段之间的特定范围包含到邮件合并区域中...useWholeParagraphAsR ) { Document doc = CreateSourceDocWithN (); DataTable...alse”, // 我们将能够在此文档上执行邮件合并。 doc . MailMerge . UseWholeParagraphAsR...

    reference.aspose.com/words/zh/net/aspose.words....
  4. FieldStyleRef.SuppressNonDelimiters | Aspose.Wo...

    FieldStyleRef SuppressNonDelimiters property. Gets or sets whether to suppress nondelimiter characters in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 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...
  6. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties::Add method. Creates a new custom Document property of the Boolean data type in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. DocumentProperty.Type | Aspose.Words for .NET

    DocumentProperty Type property. Gets the data type of the property in C#.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  8. FieldOptions.IsBidiTextSupportedOnUpdate | Aspo...

    FieldOptions IsBidiTextSupportedOnUpdate property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Ensure that any field operation...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Run.Text | Aspose.Words for .NET

    Run Text property. Gets or sets the text of the run in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/run...
  10. DocumentBuilder.end_bookmark method | Aspose.Wo...

    DocumentBuilder.end_bookmark method. Marks the current position in the Document as a bookmark end.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark needs...

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