Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 8,118 for

header

(0.19 sec)
  1. Remove Background from PDF using Python

    Remove background from PDF using Python. It assists in setting IDE and provides list of steps and a runnable sample code to clear PDF background using Python....other options say WATERMARK, HEADER, and FOOTER to select and delete...

    kb.aspose.com/pdf/python/remove-background-from...
  2. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....namespace and add required Header files Initialize Document class...

    kb.aspose.com/words/cpp/how-to-find-and-replace...
  3. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....page between the section's header and footer. auto body = System...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Drawing::ShapeBase::get_ZOrder m...

    Aspose::Words::Drawing::ShapeBase::get_ZOrder method. Determines the display order of overlapping shapes in C++....independent for shapes in the header and in the main text of the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Compare Documents in Python|Aspose.Words for Py...

    Compare two documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing....content changes in formatting, header/footer, tables, and more. This...object type, such as ignore_headers_and_footers , ignore_formatting...

    docs.aspose.com/words/python-net/compare-docume...
  6. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....Page Size Programmatically Add Header and Footer to PDF...

    docs.aspose.com/pdf/cpp/rotate-pages/
  7. Remove Duplicate Rows in Excel with Python

    This article describes how to remove duplicate rows in Excel with Python. It has the steps and a sample code to delete duplicate lines in Excel with Python....range of cells and flag for headers and target columns Save the...flag to show the presence of a header in the data, and finally, the...

    kb.aspose.com/cells/python/remove-duplicate-row...
  8. Create Stock Chart in Excel using Python

    This article guides on how to create Stock chart in Excel using Python. It has details to set the IDE, a list of steps, and a sample code demonstrating how to make a Stock graph in excel using Python....target sheet with appropriate headers and values Format the date...worksheet columns, freeze the header row, and apply built-in table...

    kb.aspose.com/cells/python/create-stock-chart-i...
  9. WrapType | Aspose.Words for Java

    Specifies how text is wrapped around a shape or picture in Java....// Insert the image into the header so that it will be visible...moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY); Shape shape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...does not work with nodes in header/footer and inside shapes. if(p...if(p.getAncestor(NodeType.HEADER_FOOTER)!=null || p.getAncestor(NodeType...

    forum.aspose.com/t/first-and-last-paragraph/322113