Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 299,988 for

doc

(0.16 sec)
  1. CustomPartCollection.Item | Aspose.Words for .NET

    CustomPartCollection Item property. Gets or sets an item at the specified index in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  2. CustomPart.is_external property | Aspose.Words ...

    CustomPart.is_external property. False if this custom part is stored inside the OOXML package... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. NodeCollection.Add | Aspose.Words for .NET

    NodeCollection Add method. Adds a node to the end of the collection in C#.... Document doc = new Document (); // A blank...AreEqual ( NodeType . Section , doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Aspose::Words::Saving::OoxmlSaveOptions Class R...

    Can be used to specify additional options when saving a Document into the Docx, Docm, Dotx, Dotm or FlatOpc format.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // If we configure compatibility...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Section.PageSetup | Aspose.Words for .NET API 参考

    Section 财产. 返回一个表示页面设置和部分属性的对象...Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. Aspose::Words::Tables::Row::Row constructor | A...

    Aspose::Words::Tables::Row::Row constructor. Initializes a new instance of the Row class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...CreateNestedTable () { auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. CustomXmlPartCollection.Clone | Aspose.Words fo...

    CustomXmlPartCollection Clone method. Makes a deep copy of this collection and its items in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  8. CustomXmlPartCollection.Count | Aspose.Words fo...

    CustomXmlPartCollection Count property. Gets the number of elements contained in the collection in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  9. StructuredDocumentTag | Aspose.Words for .NET

    StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class in C#....StructuredDocumentTa ( DocumentBase doc , SdtType type , MarkupLevel...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/net/aspose.words.mar...
  10. 在 C++ 中製作文檔

    使用 C++ 庫創建文件。只需幾個步驟即可在 C++ 中輕鬆創建新文檔。...API,C++ 開發人員只需幾行代碼即可輕鬆製作 PDF、DOC、DOCX、HTML、EPUB 和許多其他格式的文檔。 DOCX...給定的 C++ 庫允許您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以編程方式創建文檔。...

    products.aspose.com/words/zh-hant/cpp/make/