Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 9,839 for

2 of

(0.1 sec)
  1. Barcode Generation Specifics in Java|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....25 characters for 1D types or 2,000 for 2D ones. The greater the...EAN 14, EAN 8, IATA 2-of-5, Interleaved 2-of-5, ISBN, ISMN, ISSN...

    docs.aspose.com/barcode/java/generate-barcode-t...
  2. CellFormat.verticalAlignment property | Aspose....

    CellFormat.verticalAlignment property. Returns or sets the vertical alignment Of text in the cell.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CellFormat.VerticalAlignment | Aspose.Words for...

    Discover the CellFormat VerticalAlignment property to easily set and customize text alignment in your cells for enhanced data presentation.... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

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

    Discover the RowFormat Borders property to access default cell borders for your rows, enhancing your data presentation with style and clarity.... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  5. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....setStyle(quoteStyle); // 2 - Reference a style in the document...cloneWithChildren.getText().trim()); // 2 - Create a clone of a node just...

    reference.aspose.com/words/java/com.aspose.word...
  6. Create SVG File, Load and Read SVG in Python

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API.... svg import * 2 3 # Create a new SVG document...<svg> element: Copy 1 import os 2 from aspose. svg import * 3 4...

    docs.aspose.com/svg/python-net/create-svg-file/
  7. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes... writeln ( "[tag 2]" ); builder . moveTo ( textBox..."[tag 2]" } : new aw.Lists.List<string> { "[tag 1]", "[tag 2]",...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldToa class | Aspose.Words for Python

    aspose.words.fields.FieldToa class. Implements the TOA field...insert_toa_entry ( builder , '2' , 'Source 2' ) # This entry will appear...insert_toa_entry ( builder , '1' , 'Source 2' ) field_ta . is_bold = True field_ta...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Fields::GeneralFormat enum | Asp...

    Aspose::Words::Fields::GeneralFormat enum. Specifies a general format that is applied to a numeric, text, or any field result. A field may have a combination Of general formats in C++.... UppercaseAlphabetic 2 Numeric formatting. Formats a...InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... 2 System::String dataDir = RunE...System::Drawing::Drawing2D::Matrix > (2. 0f , 0. 0f , 0. 0f , 1. 0f ,...

    docs.aspose.com/page/cpp/ps/working-with-textures/