Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 15,193 for

section

(0.11 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_RangeEnd method. Specifies end of range if the StructuredDocumentTag is a ranged structured document tag. Otherwise returns null in C++....get the properties of multi-section structured document tags. auto...( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_Level method. Gets the level at which this SDT occurs in the document tree in C++....get the properties of multi-section structured document tags. auto...( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Format Conversion Solution for Rust https://products.aspose.com/pdf/rust-cpp/conversion/ Recent content in PDF Format Conversion Solution f......svg#aspose-buy Buy overview section has-background-white-ter container...-example.js about-content section has-background-white-ter container...

    products.aspose.com/pdf/rust-cpp/conversion/ind...
  4. LINQ Reporting Engine API in Java|Aspose.Words ...

    Learn LINQ Reporting Engine API to build a report in Java.... This section includes the following topics:...

    docs.aspose.com/words/java/linq-reporting-engin...
  5. AI-powered Features|Aspose.Words for Java

    Aspose.Words for Java introduces AI-powered tools like document summarization to boost efficiency. Learn how to use AI-powered features with tips and detailed guidance.... In this section, we will cover everything you...

    docs.aspose.com/words/java/ai-powered-features/
  6. Working with Traditional Mail Merge Data Source...

    Use simplified syntax in template expressions to work with traditional Aspose.Words Mail Merge data source objects when building a report in Java....following sections for more information. This section includes...

    docs.aspose.com/words/java/working-with-traditi...
  7. 管理演示文稿缩放(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 创建和自定义缩放 — 在章节之间跳转,添加缩略图和过渡效果,适用于 PPT、PPTX 和 ODP 演示文稿。... 仅显示单个章节,请使用 Section Zoom 。 幻灯片缩放 幻灯片缩放可以使您的演示更...pres -> get_Sections () -> AddSection ( u "Section 1" , slide...

    docs.aspose.com/slides/zh/cpp/manage-zoom/
  8. StructuredDocumentTagRangeStart.wordOpenXMLMini...

    StructuredDocumentTagRangeStart.wordOpenXMLMinimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format.... myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java....instance is a ranged (multi-section) structured document tag. ...Document(getMyDir() + "Multi-section structured document tags.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  10. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...A4); Section parentSection = r.getParentSection();...insertBreak(BreakType.BreakType.SECTION_BREAK_NEW_PAGE)后再次设置不同的方向,...

    forum.aspose.com/t/msword/310489