Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 8,813 for

header

(0.16 sec)
  1. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -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
  2. 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...
  3. 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...
  4. DocumentBuilder.moveToParagraph method | Aspose...

    DocumentBuilder.moveToParagraph method. Moves the cursor to a paragraph in the current section....moved the cursor to the primary header of the first section, then...of the paragraph inside that header of that section. When paragraphIndex...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSetup.RestartPageNumbering | Aspose.Words f...

    Discover how the RestartPageNumbering property enhances document formatting by allowing section-specific page numbering. Optimize your layout effortlessly!...the first section's primary header, // which every page in that...; // Create another primary header for the second section, with...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_PrintBodyTextBeforeHeader method. Print Body Text before Header/Footer Contents in C++....method Print Body Text before Header/Footer Contents. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Add tab stops to the headers - Free Support For...

    Hi Alexey, A quick question if you don’t mind. I am trying to add tab stops to the Headers to “move” the right margin of the text to the left side (see the screenshot). Here is my code, but it doesn’t look like doing an…...Add tab stops to the headers Aspose.Words Product Family AlexanderNovickov...trying to add tab stops to the headers to “move” the right margin...

    forum.aspose.com/t/add-tab-stops-to-the-headers...
  8. Merging documents causing bullets to move - Fre...

    Hi, Our customer reported merging templates with bullets (with their letterhead) is causing an issue. The picture below shows the result:- With no letterhead selected the document merges fine with the bullets aligning …...get(index); //set margins from header/footer file to the destination...getByHeaderFooterTyp(headerFooterType.HEADER_FIRST); if (firstPageOnly ||...

    forum.aspose.com/t/merging-documents-causing-bu...
  9. 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...
  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...