Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 8,819 for

header

(1.4 sec)
  1. HtmlSaveOptions.ExportHeadersFootersMode | Aspo...

    Discover how the HtmlSaveOptions ExportHeadersFootersMode property optimizes Header and footer output for HTML, MHTML, and EPUB formats. Maximize your document's presentation!...ExportHeadersFooters property Specifies how headers and footers are output to HTML...hard to meaningfully output headers and footers to HTML because...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer....apply a border to the page and header/footer. let doc = new aw ....builder . write ( "This is the header." ); builder . moveToHeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...deepClone(true)); // HeaderFooter header = section.getHeadersFooters()...aspose.words.HeaderFooterType.HEADER_PRIMARY); // HeaderFooter hfooter...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  4. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby....Insert the watermark into all headers of each document section. sects...could be up to three different headers in each section, since we want...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  5. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing Header and footer handling for optimal results....enumeration Specifies the way headers and footers are exported to...Value Description None 0 No headers and footers are exported. PrimaryOnly...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ImportFormatOptions.IgnoreHeaderFooter | Aspose...

    Discover the ImportFormatOptions IgnoreHeaderFooter property, control Header/footer formatting in KeepSourceFormatting mode. Simplify your document imports today!...that source formatting of headers/footers content ignored if...or not source formatting of headers/footers content. Document dstDoc...

    reference.aspose.com/words/net/aspose.words/imp...
  7. Aspose::Words::HeaderFooterCollection::idx_get ...

    Aspose::Words::HeaderFooterCollection::idx_get method. Retrieves a HeaderFooter of the specified type in C++....that specifies the type of the header/footer to retrieve. Examples...Document > ( get_MyDir () + u "Header and footer types.docx" ); //...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks.... add ( my_table ) # Add header Row row = my_table . rows ...cells . add ( "header 1" ) row . cells . add ( "header 2" ) row ....

    docs.aspose.com/pdf/python-net/manipulate-table...
  9. Aspose::Words::Saving::ExportHeadersFootersMode...

    Aspose::Words::Saving::ExportHeadersFootersMode enum. Specifies how Headers and footers are exported to HTML, MHTML or EPUB in C++....ExportHeadersFooters enum Specifies how headers and footers are exported to...Name Value Description None 0 Headers and footers are not exported...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....shape with text inserted into a header or footer and positioned in...insert any shape or image into a header or footer and thus create a...

    docs.aspose.com/words/java/add-watermark/