Sort Score
Result 10 results
Languages All
Labels All
Results 5,831 - 5,840 of 135,177 for

text

(0.18 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C# 在 PDF 中添加、获取或删除水印https://products.aspose.com/pdf/zh-hans/net/watermark/Recent content in 使用 C# 在 PDF 中添加、获取或删除水印 on Aspsoe.PDF ProductsHu......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/zh-hans/net/watermark/i...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Aggiungi, estrai o rimuovi allegati in PDF usando Pythonhttps://products.aspose.com/pdf/it/python-net/attachments/Recent content in Aggiungi, e......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/it/python-net/attachmen...
  3. CompositeNode.RemoveChild | Aspose.Words for .NET

    Effortlessly manage your CompositeNode with the RemoveChild method, designed to streamline node removal for enhanced performance and efficiency.... Writeln ( "Section 1 text." ); builder . InsertBreak (...builder . Writeln ( "Section 2 text." ); // Both sections are siblings...

    reference.aspose.com/words/net/aspose.words/com...
  4. 获取特定单元格的文本|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.... string myPath = "Get Text of Specific Cell.xlsx" ; //Open..."Sheet1" ]. Range ( "A1" ). Text ; MessageBox . Show ( res );...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  5. SmartTag.nodeType property | Aspose.Words for N...

    SmartTag.nodeType property. Returns [NodeType.SmartTag](../../../aspose.words/nodetype/#SmartTag)....{ var text = childNode . getText (). trim (); if ( text !== undefined...{ console . log ( ` - \" ${ text } \"` ); } } } } See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Run.nodeType property | Aspose.Words for Node.js

    Run.nodeType property. Returns [NodeType.Run](../../nodetype/#Run)....{ var text = childNode . getText (). trim (); if ( text !== undefined...{ console . log ( ` - \" ${ text } \"` ); } } } } See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldSeparator.nodeType property | Aspose.Words...

    FieldSeparator.nodeType property. Returns [NodeType.FieldSeparator](../../../aspose.words/nodetype/#FieldSeparator)....{ var text = childNode . getText (). trim (); if ( text !== undefined...{ console . log ( ` - \" ${ text } \"` ); } } } } See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters....run to display its lowercase text in uppercase without changing...run = aw . Run ( doc = doc , text = 'all capitals' ) run . font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::ParagraphFormat::get_LinesToDrop...

    Aspose::Words::ParagraphFormat::get_LinesToDrop method. Gets or sets the number of lines of the paragraph Text used to calculate the drop cap height in C++....number of lines of the paragraph text used to calculate the drop cap...drop cap the height of four text lines. builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Using FormulaText function in Aspose.Cells|Docu...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula Text of the cell and get the result. Finally, we save the modified Excel file to disk....name suggests, it prints the text of the formula which is present...cell A1 and then prints the text of the formula using FormulaText...

    docs.aspose.com/cells/net/using-formulatext-fun...