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

text

(0.46 sec)
  1. MeasureString result not accurate - Free Suppor...

    I am trying to use font Tahoma and measure the string with font size 25 pixels. I am then trying to draw the Text in the string s = "N 40º 34' 36.556\" W 70º 45' 24.412\""; StringFormat tb = new StringFormat() { FormatF…...I am then trying to draw the text in the string s = "N 40º 34'...is now bigger than the drawn text making the background rectangle...

    forum.aspose.com/t/measurestring-result-not-acc...
  2. Manage the Barcode Caption in PHP|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....BarCodeBuilder (); \ # Set up code text (data to be encoded) $bb ->...Appearance of Code Text in PHP Set Code Text for Barcode in PHP...

    docs.aspose.com/barcode/java/manage-the-barcode...
  3. 6. 数学公式中的文字

    本文讨论将文本插入乳胶数学公式中。它还描述了数学功能和运算符,以及定义它们的方法。... \text 命令 要将普通文本放入数学中,最好使用 \text 命令而不是’\ mathrm’的命令。...mathrm’的命令。 \text 命令确保使用正确的字体大小设置文本。该字体将是当前数学材料之外使用的文本字体。 Copy 1 \...

    docs.aspose.com/tex/zh/java/latex-text-in-math-...
  4. CommentRangeStart.accept method | Aspose.Words ...

    CommentRangeStart.accept method. Accepts a visitor...."Comment regarding text." ); // Add text to the document, warp...aw . Run ( doc , "Commented text." )); para . appendChild ( new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.initial property | Aspose.Words for Nod...

    Comment.initial property. Returns or sets the initials of the user associated with a specific comment...."Comment regarding text." ); // Add text to the document, warp...aw . Run ( doc , "Commented text." )); para . appendChild ( new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxisTitle class. Provides access to the axis title properties... text Gets or sets the text of the axis title.... title ; chartAxisXTitle . text = "Categories" ; chartAxisXTitle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::PageSetup::get_Bidi method | Asp...

    Aspose::Words::PageSetup::get_Bidi method. Specifies that this section contains bidirectional (complex scripts) Text in C++....bidirectional (complex scripts) text. bool Aspose :: Words :: PageSetup...Shows how to set the order of text columns in a section. auto doc...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Creating Aztec Barcodes|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/creating-...
  9. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...Process shapes (which may contain text) try: shapes = doc.get_child_nodes(aw...Use get_text_frame() method to check for text try: text_frame =...

    forum.aspose.com/t/change-styles-for-complete-d...
  10. 通过 C++ 使用 JavaScript 获取图表趋势线的方程文本|Documentation

    学习如何使用 C++ 通过脚本获取在 Microsoft Excel 中创建的图表中趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以供进一步分析或显示。...text 属性,用于返回图表趋势线的方程文本。要使用此属性,首先需要调用...)。我们将在下面的示例代码中使用 DataLabels.text 属性检索这段文本。 用于获取图表趋势线方程文本的 JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/get-equ...