Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 6,406 for

header

(0.04 sec)
  1. CustomAnswerSheet|Documentation

    CustomAnswerSheet element generates a numbered list of answers with full control over the layout and content of an answer....CustomAnswerSheet element includes Header and CustomRow elements. These...children array Must contain Header and CustomRow elements. CustomAnswerSheet...

    docs.aspose.com/omr/net/json-markup/customanswe...
  2. 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...
  3. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust table row height in points, enhancing your document's layout and readability.... Write ( "Header Row,\n Cell 1" ); builder ...InsertCell (); builder . Write ( "Header Row,\n Cell 2" ); builder ...

    reference.aspose.com/words/net/aspose.words.tab...
  4. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize table row heights for optimal layout and design in your applications.... Write ( "Header Row,\n Cell 1" ); builder ...InsertCell (); builder . Write ( "Header Row,\n Cell 2" ); builder ...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Multipurpose Internet Mail Extensions Protocol|...

    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....multi-part message bodies; and header information in non-ASCII character... Understanding MIME Headers MIME headers contain information...

    docs.aspose.com/email/java/multipurpose-interne...
  6. Public API Changes in Aspose.Email 4.1.0|Docume...

    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....control of whether the top header is visible in MHT output. The...provides control of the top header visibility in MHT output. Public...

    docs.aspose.com/email/java/public-api-changes-i...
  7. RowFormat.heightRule property | Aspose.Words fo...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability....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/net/aspose.words/doc...
  9. Aspose::Words::DocumentBuilder::get_Font method...

    Aspose::Words::DocumentBuilder::get_Font method. Returns an object that represents current font formatting properties 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/doc...
  10. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....demonstrates how to create headers/footers using DocumentBuilder...(); // Specify if we want headers/footers of the first page to...

    docs.aspose.com/words/java/insert-footer/