Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 8,809 for

header

(1.62 sec)
  1. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …... Repeat header rows case: When there is a...in a footnote with “repeat header rows” option on, and the content...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  2. Aspose::Words::Tables::Table::get_LeftIndent me...

    Aspose::Words::Tables::Table::get_LeftIndent method. Gets or sets the value that represents the left indent of the table in C++.... builder -> Write ( u "Header Row, \n Cell 1" ); builder...InsertCell (); builder -> Write ( u "Header Row, \n Cell 2" ); builder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points.... write ( "Header Row,\n Cell 1" ); builder ...insertCell (); builder . write ( "Header Row,\n Cell 2" ); builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Setting Structure Elements Properties in Tagged...

    With Aspose.PDF for Java, you may set different Structure Elements Properties. There are setting Text Block Structure Elements, setting Inline Structure Elements, adding Structure Element into Elements and etc.... setText ( "The Header" ); h1 . setTitle ( "Title"...( "H1. Header of Level 1" ); h2 . setText ( "H2. Header of Level...

    docs.aspose.com/pdf/java/set-tagged-pdfs-elemen...
  5. 使用页眉和页脚|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....number at the right corner of header diagram . getHeaderFooter ()...setHeaderCenter ( "Center of the header" ); // set text at the left...

    docs.aspose.com/diagram/zh/java/working-with-he...
  6. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points.... write ( 'Header Row, \n Cell 1' ) builder ...insert_cell () builder . write ( 'Header Row, \n Cell 2' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WebExtensionBindingType | Aspose.Words for Java

    Enumerates available types of binding between a web extension and the data in the document in Java....without a header row. TABLE Tabular data with a header row. TEXT...MATRIX Tabular data without a header row. TABLE public static int...

    reference.aspose.com/words/java/com.aspose.word...
  8. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...AppendChild(new Run(glossaryDoc, "Header 1")); //headerCell2.FirstParagraph...AppendChild(new Run(glossaryDoc, "Header 2")); doc.Save(@"Template.dotx");...

    forum.aspose.com/t/cannot-append-text-to-tables...
  9. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....appendChild(newComment); // Header: builder.moveToHeaderFooter(HeaderFooterType...Type.HEADER_PRIMARY); builder.writeln("Original header contents...

    reference.aspose.com/words/java/com.aspose.word...
  10. EML parsing with threads and edit/add eml heade...

    Hi Team, We are planning to support EML import in our macOS app with the following requirements: Input Formats: ZIP file containing EML folders/files Direct folder containing EML files (with nested structure) Expect…...with threads and edit/add eml headers Aspose.Email Product Family...Read and extract: Standard headers (Message-ID, In-Reply-To, References...

    forum.aspose.com/t/eml-parsing-with-threads-and...