Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 346 for

shape hidden property

(0.06 sec)
  1. ChartAxis class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAxis class. Represents the axis options of the chart... Properties Name Description axis_between_categories...the axis has minor gridlines. hidden Gets or sets a flag indicating...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....implementation to remove all hidden content from a document. public...new Document(getMyDir() + "Hidden content.docx"); RemoveHiddenContentV...

    reference.aspose.com/words/java/com.aspose.word...
  3. GroupShape | Aspose.Words for Java

    Represents a group of Shapes in a document in Java....ShapeBase Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/java/com.aspose.word...
  4. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...getPosition() / setPosition(int) property, depending on the value of...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartDataLabel Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataLabel class for enhanced data visualization in charts. Elevate your presentations with precise data labels!...public class ChartDataLabel Properties Name Description Font { get;...indicating whether this label is hidden. The default value is false...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartSeriesGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesGroup class, which simplifies managing chart series properties for enhanced data visualization and analysis....ChartSeriesGroup class Represents properties of a chart series group,... that is, the properties of chart series of the same type associated...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase.HeightRelative | Aspose.Words for .NET

    Discover the ShapeBase HeightRelative Property to easily manage Shape height as a percentage, enhancing your design's flexibility and precision....HeightRelative property Gets or sets the value that...represents the percentage of shape’s relative height. public float...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....ChartSeriesGroup class Represents properties of a chart series group,... that is, the properties of chart series of the same type associated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartSeriesGroup class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....ChartSeriesGroup class Represents properties of a chart series group,... that is, the properties of chart series of the same type associated...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...{ foreach (Shape shape in sheet.Shapes) { if (shape.MsoDrawingType...enabled shape.IsTextWrapped = true; // Adjust shape height dynamically...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...