Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 8,798 for

header

(0.07 sec)
  1. 如何在 Docker 中运行 Aspose.PDF for .NET 8|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 8 应用程序中...120 , 830 )); // Add Header var header = new TextFragment ( "New...ferry routes in Fall 2020" ); header . TextState . Font = FontRepository...

    docs.aspose.com/pdf/zh/net/docker/dotnet8/
  2. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page....hide vertical whitespace and headers/footers in view options. doc...Insert a header and a footer. builder . move_to_header_footer (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type into the document....Examples Shows how to create headers and footers in a document using...Specify that we want different headers and footers for first, even...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java....border includes or excludes the header. getBorders() Gets a collection...getDifferentFirstPag() True if a different header or footer is used on the first...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type into the document....docx" ); Shows how to create headers and footers in a document using...Specify that we want different headers and footers for first, even...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring Header and footer margins programmatically with Aspose.Cells for C++....Cleanup (); } Header and Footer Margins Set header and footer margins...GetPageSetup (); // Specify Header / Footer margins pageSetup...

    docs.aspose.com/cells/cpp/setting-margins/
  7. CompareOptions.ignore_headers_and_footers prope...

    CompareOptions.ignore_Headers_and_footers property. True indicates that Headers and footers content is ignored....ignore_headers_and_footers property CompareOptions.ignore_headers_and_footers...property True indicates that headers and footers content is ignored...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HeaderFooterBookmarksExportMode enumeration | A...

    Aspose.Words.Saving.HeaderFooterBookmarksExportMode enumeration. Specifies how bookmarks in Headers/footers are exported....Specifies how bookmarks in headers/footers are exported. Members...Description None Bookmarks in headers/footers are not exported. First...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page....hide vertical whitespace and headers/footers in view options. let...3, Page 3." ); // Insert a header and a footer. builder . moveToHeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 创建复杂的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/