Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 299,954 for

doc

(0.13 sec)
  1. Document.Sections | Aspose.Words for .NET API 参考

    Document 财产. 返回代表文档中所有部分的集合... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. CustomXmlPart.Clone | Aspose.Words for .NET

    CustomXmlPart Clone method. Makes a deep enough copy of the object. Does not duplicate the bytes of the Data value in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  4. CustomXmlPart.Schemas | Aspose.Words for .NET

    CustomXmlPart Schemas property. Specifies the set of XML schemas that are associated with this custom XML part in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access to the formatting properties of the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.insert_field method | Aspose.Words fo...

    aspose.words.Paragraph.insert_field method... doc = aw . Document () para = doc . first_section...child nodes: run = aw . Run ( doc ) run . text = "This run was...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::DocumentBuilder::get_PageSetup m...

    Aspose::Words::DocumentBuilder::get_PageSetup method. Returns an object that represents current page setup and section properties in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. CustomXmlPart.Data | Aspose.Words for .NET

    CustomXmlPart Data property. Gets or sets the XML content of this Custom XML Data Storage Part in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  9. 使用 Python 制作 Markdown

    通过几个步骤在 Python 中创建一个新的 Markdown。使用 Python via .NET 库轻松创建 Markdown。...例子 输出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document() comment = aw.Comment(doc) comment...

    products.aspose.com/words/zh/python-net/make/md/
  10. Body.ParentSection | Aspose.Words for .NET API 参考

    Body 财产. 获取此故事的父部分... { Document doc = new Document (); doc . RemoveAllChildren...EndnotePosition . EndOfDocument , doc . EndnoteOptions . Position );...

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