Sort Score
Result 10 results
Languages All
Labels All
Results 7,371 - 7,380 of 299,941 for

doc

(0.12 sec)
  1. Trying to end Table results in error - Free Sup...

    I am creating a Table programmatically using DocBuilder.StartTable() to create the table, then creating row and cell objects and populating them with content as needed and using table.AppendChild(row) and row.AppendChild…...into a table cell: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Table table1 = builder.StartTable();...

    forum.aspose.com/t/trying-to-end-table-results-...
  2. Document.Clone | Aspose.Words for .NET

    Document Clone method. Performs a deep copy of the Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython.... doc = Document ( dataDir + "TestFile.doc" ) comments...= self . extract_comments ( doc ) for comment in comments : print...

    docs.aspose.com/words/java/working-with-comment...
  4. ComboBoxField | Aspose.PDF for Java API Reference

    Class representing Combobox field of the form.... ComboBoxField(IDocument doc) Creates CombBox field to work...Field. ComboBoxField(IDocument doc, Rectangle rect) Constructor...

    reference.aspose.com/pdf/java/com.aspose.pdf/co...
  5. Aspose::Words::Lists::ListFormat::get_List meth...

    Aspose::Words::Lists::ListFormat::get_List method. Gets or sets the list this paragraph is a member of in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Aspose::Words::Vba::VbaReferenceCollection Clas...

    Represents a collection of VbaReference objects....dll" ; auto doc = MakeObject<Document>(MyDir...SharedPtr<VbaReferenceCollecti> references = doc->get_VbaProject()->get_References();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. MappedDataFieldCollection.contains_key method |...

    MappedDataFieldCollection.contains_key method. Determines whether a mapping from the specified field in the Document exists in the collection.... ( self ): doc = ExMailMerge . create_source_doc_mapped_data_fields...key/value pair. mapped_data_fields = doc . mail_merge . mapped_data_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PDF3DArtwork | Aspose.PDF for Java API Reference

    Class PDF3DArtwork....Description PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme...class. PDF3DArtwork(Document doc, PDF3DContent content) Initializes...

    reference.aspose.com/pdf/java/com.aspose.pdf/pd...
  9. Class Row | Aspose.Words for .NET API 参考

    Aspose.Words.Tables.Row 班级. 表示一个表行...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // 表格包含行,其中包含单元格,其中可能有段落...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Style.Remove | Aspose.Words for .NET API 参考

    Style 方法. 从文档中删除指定的样式... Document doc = new Document (); Style style = doc . Styles ...builder = new DocumentBuilder ( doc ); // 将文档中的一种样式应用于文档构建器正在创建的段落。...

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