Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 14,637 for

section

(0.12 sec)
  1. ConvertUtil.PointToPixel | Aspose.Words for .NET

    Effortlessly convert points to pixels with ConvertUtil's PointToPixel method, optimized for 96 dpi. Enhance your design precision today!...DocumentBuilder ( doc ); // A section's "Page Setup" defines the...of the top margin of this section in pixels, according to a custom...

    reference.aspose.com/words/net/aspose.words/con...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for Image Automation – 画像を見る 画像 java 経由、サポートされているすべての画像形式https://products.aspose.com/imaging/ja/java/viewer/Recent content in 画像を見る 画像 jav......container-fluid bg-white agp-content section container row col-md-12 tl...container-fluid bg-white agp-content section container row col-md-12 tl...

    products.aspose.com/imaging/ja/java/viewer/inde...
  3. PageSetup.sheetsPerBooklet property | Aspose.Wo...

    PageSetup.sheetsPerBooklet property. Returns or sets the number of pages to be included in each booklet....); } // Configure the first section's "PageSetup" property to print...fold. let pageSetup = doc . sections . at ( 0 ). pageSetup ; pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. Aspose::Words::Markup::StructuredDocumentTag::C...

    Aspose::Words::Markup::StructuredDocumentTag::Clear method. Clears contents of this structured document tag and displays a placeholder if it is defined in C++....SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...< Aspose :: Words :: Section > ( glossaryDoc )); substituteBlock...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Working with Fields in Java|Aspose.Words for Java

    Introduction to field feature in Aspose.Words for Java....Articles in this documentation section explain how to use Aspose.Words...

    docs.aspose.com/words/java/working-with-fields/
  7. Import XML to Excel workbook|Documentation

    Import data from an XML data files to Microsoft Excel....tab Click Import in the XML section and follow the required steps...

    docs.aspose.com/cells/net/import-xml-map-inside...
  8. Getting Started|Aspose.Words for Python via .NET

    Use this introduction to Aspose.Words for Python via .NET fundamentals to start realizing the value of Aspose.Words for your business....Words, select the appropriate section: Installation – provides information...

    docs.aspose.com/words/python-net/getting-started/
  9. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. Apache POI does not provide an opportunity to find and replace....paragraph break, cell break, section break, field start, field separator...

    docs.aspose.com/words/java/find-and-replace-tex...
  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