Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 125,658 for

new

(0.27 sec)
  1. Paragraph.IsEndOfHeaderFooter | Aspose.Words fo...

    Discover the IsEndOfHeaderFooter property for paragraphs. Easily determine if a paragraph is the last in a HeaderFooter, enhancing document structure.... Document doc = new Document (); // Create a header...text. HeaderFooter header = new HeaderFooter ( doc , HeaderFooterType...

    reference.aspose.com/words/net/aspose.words/par...
  2. FieldUserAddress.UserAddress | Aspose.Words for...

    Manage user postal addresses effortlessly with the FieldUserAddress property. Easily retrieve and update current user information for enhanced experience.... Document doc = new Document (); // Create a UserInformation...UserInformation userInformation = new UserInformation (); userInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. HtmlControlType | Aspose.Words for Java

    Type of document nodes that represent and elements imported from HTML in Java....HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...STRUCTURED_DOCUMENT_TAG); Document doc = new Document(new ByteArrayInputStream(html...

    reference.aspose.com/words/java/com.aspose.word...
  6. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode...Exception error ) { Bitmap bmp = new Bitmap ( 100 , 100 ); using (...DrawString ( error . Message , new Aspose . Drawing . Font ( "Microsoft...

    docs.aspose.com/barcode/net/how-to-create-custo...
  7. Table.styleIdentifier property | Aspose.Words f...

    Table.styleIdentifier property. Gets or sets the locale independent style identifier of the table style applied to this table....build a new table while applying a style. let doc = new aw . Document...Document (); let builder = new aw . DocumentBuilder ( doc ); let...

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

    Effortlessly convert points to inches with ConvertUtil's PointToInch method. Simplify your measurements and enhance your design accuracy today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add content to demonstrate the new margins. builder . Writeln (...

    reference.aspose.com/words/net/aspose.words/con...
  9. PDF to BMP Converter using PHP | Aspose.PDF

    Sample code on PHP for PDF to BMP conversion. Use example code for batch PDF to BMP conversion with Aspose.PDF for PHP via Java... Initialize a new Document Create & set the instance...BMP Output file: // Create a new Document object from the input...

    products.aspose.com/pdf/php-java/conversion/pdf...
  10. Exporting Data from Grid|Documentation

    This article introduces how to export data in GridDesktop.... Example: Exporting To a New DataTable Sometimes, developers...export the worksheet data to a new DataTable object. It would be...

    docs.aspose.com/cells/net/aspose-cells-griddesk...