Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 136,660 for

aspose font

(0.49 sec)
  1. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Java calculates and applies effective shape properties for precise PowerPoint rendering....Effective Properties of a Camera Aspose.Slides for Java allows developers...ICameraEffectiveData interface was added to Aspose.Slides. The ICameraEffectiveData...

    docs.aspose.com/slides/java/shape-effective-pro...
  2. FieldSymbol.FontName | Aspose.Words for .NET

    Discover how to use the FieldSymbol FontName property to easily manage and customize Font names for your characters in programming....Gets or sets the name of the font of the character retrieved by...IsUnicode = true ; // Change the font of our symbol after using the...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldSymbol.FontSize | Aspose.Words for .NET

    Discover the FieldSymbol FontSize property, easily adjust the Font size in points for enhanced character display in your applications. Optimize readability now!...sets the size in points of the font of the character retrieved by...IsUnicode = true ; // Change the font of our symbol after using the...

    reference.aspose.com/words/net/aspose.words.fie...
  4. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...Hide ] 你可以使用Aspose.Cells创建图表点的富文本自定义数据标签。Aspose.Cells提供 DataLabels...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  5. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  6. Automate Presentation Localization in JavaScrip...

    Automate PowerPoint and OpenDocument slide localization in JavaScript with Aspose.Slides, using practical code samples and tips for faster global rollout.... var pres = new aspose . slides . Presentation ( "test...getShapes (). addAutoShape ( aspose . slides . ShapeType . Rectangle...

    docs.aspose.com/slides/nodejs-java/presentation...
  7. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series....def number_format ( self ) -> aspose . words . drawing . charts...#,##0.000"M"' data_labels . font . size = 12 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FillType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.FillType enum to enhance your fillable objects with versatile fill types for improved document design....docx" ); // Get Fill object for Font of the first Run. Fill fill...0 ]. Font . Fill ; // Check Fill properties of the Font. Console...

    reference.aspose.com/words/net/aspose.words.dra...
  9. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java.... /// Sets a custom font name/size for the text contents...getNodeType() == NodeType.RUN) { Font font = ((Run) args.getNode()).getFont();...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Discover the DocumentVisitor VisitCommentStart method—your key to efficiently managing comment text enumeration in your projects.... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/doc...