ChartCollection

ChartCollection

Vue de l’ensemble

‘ChartCollection’ est une classe dans Aspose.Cells FOSS pour Java.

Collecte de graphiques intégrés sur un feuille de travail.

Cette classe fournit 5 méthodes pour travailler avec des objets ‘ChartCollection’ dans Java. Les méthodologies disponibles comprennent: add, chartTypeToString , get et getCount . Tous les membres publics sont accessibles à n’importe quelle application Java après avoir installé l’Aspose.Cells FOSS pour le package Java . Propriétés : `conte’.

Description

‘ChartCollection’ est une classe dans la bibliothèque Aspose.Cells FOSS pour Java qui expose 5 méthodes et 1 propriété pour l’utilisation programmée.

La classe fournit également la propriété « compte » (le compte est gagné).

Propriétés

NameTypeAccessDescription
countintReadGets the count.

méthodes

SignatureDescription
getCount()intReturns the count.
get(index: int)ChartReturns the chart at the given index.
add(type: ChartType, dataRange: String, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int)intAdds a new chart of the given type with the specified data range and anchor.
parseChartType(raw: String)ChartTypeParses a raw string and returns the corresponding ChartType.
chartTypeToString(type: ChartType)StringReturns the string representation of the given ChartType.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
  • Aspose.Cells pour Java — Enterprise API Reference
 Français