Uses of Class
com.microsoft.graph.models.WorkbookChartFont
Packages that use WorkbookChartFont
-
Uses of WorkbookChartFont in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookChartFontModifier and TypeMethodDescriptionstatic WorkbookChartFontWorkbookChartFont.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWorkbookChartAreaFormat.getFont()Gets the font property value.WorkbookChartAxisFormat.getFont()Gets the font property value.WorkbookChartAxisTitleFormat.getFont()Gets the font property value.WorkbookChartDataLabelFormat.getFont()Gets the font property value.WorkbookChartLegendFormat.getFont()Gets the font property value.WorkbookChartTitleFormat.getFont()Gets the font property value.Methods in com.microsoft.graph.models with parameters of type WorkbookChartFontModifier and TypeMethodDescriptionvoidWorkbookChartAreaFormat.setFont(WorkbookChartFont value) Sets the font property value.voidWorkbookChartAxisFormat.setFont(WorkbookChartFont value) Sets the font property value.voidWorkbookChartAxisTitleFormat.setFont(WorkbookChartFont value) Sets the font property value.voidWorkbookChartDataLabelFormat.setFont(WorkbookChartFont value) Sets the font property value.voidWorkbookChartLegendFormat.setFont(WorkbookChartFont value) Sets the font property value.voidWorkbookChartTitleFormat.setFont(WorkbookChartFont value) Sets the font property value.