Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 137,385 for

doc

(0.31 sec)
  1. Aspose::Words::Tables::AutoFitBehavior enum | A...

    Aspose::Words::Tables::AutoFitBehavior enum. Determines how Aspose.Words resizes the table when you invoke the AutoFit() method in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Forms2OleControl | Aspose.Words for Java

    Represents Microsoft Forms 2.0 OLE control in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::BuildingBlocks::BuildingBlock::B...

    Aspose::Words::BuildingBlocks::BuildingBlock::BuildingBlock constructor. Initializes a new instance of this class in C++.... auto doc = MakeObject < Document > ();...MakeObject < GlossaryDocument > (); doc -> set_GlossaryDocument ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.bui...
  4. DocumentVisitor.VisitBodyEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitBodyEnd method—efficiently manage text story enumeration and enhance your Document processing capabilities....DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  5. DocumentVisitor.VisitBodyStart | Aspose.Words f...

    Discover the DocumentVisitor VisitBodyStart method—essential for efficiently enumerating main text stories in your sections. Enhance your coding workflow today!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentVisitor.VisitRun | Aspose.Words for .NET

    Explore the DocumentVisitor VisitRun method for efficient text handling in your applications. Enhance your coding with this essential tool!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... save ( docs_base . artifacts_dir + "WorkingWithMarkdown...builder . document . save ( docs_base . artifacts_dir + "WorkingWithMarkdown...

    docs.aspose.com/words/zh/python-net/translate-m...
  8. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java.... Document doc = new Document(); // A list allows...its list levels. List list = doc.getLists().add(ListTemplate.NUMBER_DEFAULT);...

    reference.aspose.com/words/java/com.aspose.word...
  9. HtmlSaveOptions.export_language_information pro...

    HtmlSaveOptions.export_language_information property. Specifies whether language information is exported to HTML, MHTML or EPUB... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Use the builder to write text...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartAxisCollection | Aspose.Words for Java

    Represents a collection of chart axes in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...