Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 8,013 for

header

(0.14 sec)
  1. How to Convert Excel to JSON in C#

    In this short tutorial, you will learn how to convert Excel to JSON in C#. You can convert Excel file to JSON in C# with a few API calls in .NET.... It enables you to specify header rows, name sorting, export...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  2. How to Convert Excel to JSON in Python

    This quick article explains how to convert Excel to JSON in Python. You can take a look at the configuration information, stepwise algorithm, and the sample code snippet to convert Excel to JSON in Python....empty cells, nested structures, header rows, indentations, and several...

    kb.aspose.com/cells/python/how-to-convert-excel...
  3. Remove Background from PDF using C#

    This article guides on how to remove background from PDF using C#. It has the details to set the IDE, a list of steps, and a sample code to develop background remover in PDF using C#.... You can delete the header/footer and watermark using...

    kb.aspose.com/pdf/net/remove-background-from-pd...
  4. 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...
  5. 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...
  6. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the document.... write ( "Primary header" ); builder . moveToHeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....page between the section's header and footer. auto body = System...

    reference.aspose.com/words/cpp/aspose.words/bod...
  8. Odso class | Aspose.Words for Python

    aspose.words.settings.Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source...specified external data source as a header row containing the names of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...Insert page numbers in the header builder.moveToHeaderFooter(HeaderFooterType...moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY); builder.insertField("PAGE");...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...