Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 151,558 for

text

(0.3 sec)
  1. PageSetup.lineNumberCountBy property | Aspose.W...

    PageSetup.lineNumberCountBy property. Returns or sets the numeric increment for line numbers....to the left of the section's text lines. // This is the same behavior...section and does not modify the text in any way. // Our section will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Adding images to Header and footer along with p...

    Hi Aspose Team, We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class. Now we have a requirement in which every page of generated pdf will have an i…...ImageStream = fs; //Add footer text Aspose.Pdf.Text.TextFragment fTxt =...= new Aspose.Pdf.Text.TextFragment("$p / $P"); fTxt.TextState...

    forum.aspose.com/t/adding-images-to-header-and-...
  3. Aspose.Cells Features|Documentation

    Summarize Aspose.Cells for Java features and provide links to detailed feature descriptions....Plain Text (TXT) Easily extract text by saving in plain‑text format...sorting Yes Find and replace text Yes Merge/split cells Yes Group/ungroup...

    docs.aspose.com/cells/java/aspose-cells-features/
  4. Convert MD to TXT in Android Apps | products.as...

    Render MD to TXT in Android Apps API without using Microsoft Excel or Adobe Reader...to convert Markdown (MD) to Text (TXT) is often encountered when...to create documents in plain text format. It is often used for...

    products.aspose.com/total/android-java/conversi...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Java 를 사용한 PDF 변환 솔루션 https://products.aspose.com/pdf/ko/java/conversion/ Recent content in Java 를 사용한 PDF 변환 솔루션 on Aspsoe.PDF Products Hugo -......center; border: 4px solid #e5e5e5; text-align: center; border-radius:...has-addons control button has-text-white has-background-success-dark...

    products.aspose.com/pdf/ko/java/conversion/inde...
  6. Android API to Render PS to FLATOPC | products....

    Transform PS to FLATOPC via Android via Java API...); // add text in it builder . write ( "Some text" ); // insert...FootnoteType . ENDNOTE , "Endnote text." ); // initialize endnote options...

    products.aspose.com/total/android-java/conversi...
  7. 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…...write("This is text at the end of footer"); ssj123ssj...mmented text</span></a><a href="#_cmnt1" style="text-decoration:none"><span...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  8. Create PDF using Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Java API to easily generate and read PDF files in Java applications....TextFragment object and set its text. Add TextFragment to the Paragraphs...getPages (). add (); // Add text to new page page . getParagraphs...

    products.aspose.com/pdf/java/create/
  9. Customize Barcode Image Resolution|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....BarCodeAttributes Create ( String text , String symbology ) { BarCodeAttributes...BarCodeAttributes (); b . setCodeText ( text ); b . setSymbology ( symbology...

    docs.aspose.com/barcode/jasperreports/customize...
  10. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row of a table on every page. Docx4j does not provide an opportunity to work with a header row.... write ( "Column 1 Text" ); builder . insertCell ();...builder . write ( "Column 2 Text" ); builder . endRow (); } doc...

    docs.aspose.com/words/java/repeat-table-header-...