Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 148,423 for

text

(0.1 sec)
  1. OfficeMath.accept method | Aspose.Words for Nod...

    OfficeMath.accept method. Accepts a visitor....<summary> /// Gets the plain text of the document that was accumulated...</summary> /// <param name="text"></param> private void IndentAndAppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fields::FieldFillIn class | Aspo...

    Aspose::Words::Fields::FieldFillIn class. Implements the FILLIN field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed...get_PromptText () Gets the prompt text (the title of the prompt window)...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Convert Excel to HTML with tooltip|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....There might be cases where the text is cut off in the generated...want to display the complete text as a tooltip on hover. Aspose...

    docs.aspose.com/cells/net/convert-excel-to-html...
  4. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...textFragment1 = new TextFragment ( "main text" ); textFragment1 . setPosition...new TextFragment ( "rotated text" ); textFragment2 . setPosition...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  5. 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-...
  6. Supported File Formats|Aspose.PDF for Rust via C++

    This page shows which Aspose.PDF for Rust can load and save file formats....Multi-Page TIFF Image Text Save the document into Text Format DICOM Save...Save the document into DICOM Text Format Example of Hello World...

    docs.aspose.com/pdf/rust-cpp/supported-file-for...
  7. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer Text of a section...container for the header or footer text of a section. To learn more...CompositeNode ) append_paragraph(text) A shortcut method that creates...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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-...
  9. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added to the margin for document binding in C++....:: Document > (); // Insert text that spans several pages. auto...much space our pages have for text within the margins and then...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...textBoxField -> set_Value ( u "Text Box" ); // TextBoxField.Border...MakeObject < Aspose :: Pdf :: Text :: TextFragment > ( u "Item1"...

    docs.aspose.com/pdf/zh/cpp/create-form/