Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 9,290 for

header

(0.06 sec)
  1. 创建复杂的PDF|Aspose.PDF for C++

    Aspose.PDF for C++允许您创建包含图像、文本片段和表格的更复杂的文档。... rectangle ); // 添加标题 auto header = MakeObject < TextFragment...); auto textFragementState = header -> get_TextState (); textFragementState...

    docs.aspose.com/pdf/zh/cpp/complex-pdf-example/
  2. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....write("Header Row,\n Cell 1"); builder.insertCell();...insertCell(); builder.write("Header Row,\n Cell 2"); builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  3. HeaderFooter.accept_end method | Aspose.Words f...

    HeaderFooter.accept_end method. Accepts a visitor for visiting the end of the Header....for visiting the end of the header. def accept_end ( self , visitor...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with stamps and watermarks|Aspose.PDF f...

    This section explains how you can use PdfFileStamp Class by Aspose.PDF Facades in working with PDF....Text and Image Stamp Manage Header and Footer Create various kinds...

    docs.aspose.com/pdf/net/pdffilestamp-class/
  5. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter Header, String htmlContent) throws Exception { …...ent document, HeaderFooter header, String htmlContent) throws...the section that contains the header to determine page dimensions...

    forum.aspose.com/t/topic/324972
  6. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Remove Header and Footer in Word using C# Delete Header and Footer...

    kb.aspose.com/categories/page/32/
  7. HtmlSaveOptions.cssClassNamePrefix property | A...

    HtmlSaveOptions.cssClassNamePrefix property. Specifies a prefix which is added to all CSS class names...includes ( "<p class=\"myprefix-Header\">" )). toEqual ( true ); expect...outDocContents . includes ( ".myprefix-Header { margin-bottom:0pt; line-height:normal;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HeaderFooter.acceptStart method | Aspose.Words ...

    HeaderFooter.acceptStart method. Accepts a visitor for visiting the start of the Header....for visiting the start of the header. acceptStart ( visitor : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_Css...

    Aspose::Words::Saving::HtmlSaveOptions::get_CssClassNamePrefix method. Specifies a prefix which is added to all CSS class names. Default value is an empty string and generated CSS class names have no common prefix in C++....( u "<p class= \" myprefix-Header \" >" )); ASSERT_TRUE ( outDocContents...outDocContents . Contains ( u ".myprefix-Header { margin-bottom:0pt; line-height:normal;...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Export Data from Worksheet in .NET|Documentation

    This article explains how to export or import data from a worksheet into a DataTable using C#.... How to Export Range with Header Data from a range can be exported...flag is available to skip the header row in the exported data. The...

    docs.aspose.com/cells/net/export-data-from-work...