Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 152,774 for

text

(0.59 sec)
  1. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TextOrientation property to easily set page Text direction. Customize your layout with options beyond the default Horizontal.... Examples Shows how to set text orientation. Document doc =..."TextOrientation.Upward" to rotate all the text 90 degrees // to the right so...

    reference.aspose.com/words/net/aspose.words/pag...
  2. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control....DocumentBuilder ( doc ); // Add run of text and increase character width...characters" ); // Add run of text and add 1pt of extra horizontal...

    reference.aspose.com/words/net/aspose.words/fon...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C# 从 PDF 中提取文本或图像 https://products.aspose.com/pdf/zh-hant/net/parser/ Recent content in 使用 C# 从 PDF 中提取文本或图像 on Aspsoe.PDF Products Hugo -- ......com/pdf/zh-hant/net/parser/text/ Thu, 15 Jan 2026 00:00:00 +0000...aspose.com/pdf/zh-hant/net/parser/text/ .nav-program-lang { display:...

    products.aspose.com/pdf/zh-hant/net/parser/inde...
  4. 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...
  5. ChartTitle.Orientation | Aspose.Words for .NET

    ChartTitle Orientation property. Gets or sets the orientation of the chart title Text....orientation of the chart title text. public ShapeTextOrientation...chartShape . Chart ; chart . Title . Text = "Sample Chart" ; chart . Title...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Font.size property | Aspose.Words for Node.js

    Font.size property. Gets or sets the font size in points....Shows how to format a run of text using its font property. let...Shows how to insert formatted text using DocumentBuilder. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 获取特定单元格的文本|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...
  8. 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...
  9. 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...
  10. 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...