Class MicrosoftGraphWorkbookChartFont
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartFont
workbookChartFont.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartFont class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartFont.bold()Get the bold property: Represents the bold status of font.color()Get the color property: HTML color code representation of the text color.italic()Get the italic property: Represents the italic status of the font.name()Get the name property: Font name (e.g.size()Get the size property: Size of the font (e.g.Get the underline property: Type of underline applied to the font.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartFont.Set the bold property: Represents the bold status of font.Set the color property: HTML color code representation of the text color.Set the id property: Read-only.withItalic(Boolean italic) Set the italic property: Represents the italic status of the font.Set the name property: Font name (e.g.Set the size property: Size of the font (e.g.withUnderline(String underline) Set the underline property: Type of underline applied to the font.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartFont
public MicrosoftGraphWorkbookChartFont()Creates an instance of MicrosoftGraphWorkbookChartFont class.
-
-
Method Details
-
bold
Get the bold property: Represents the bold status of font.- Returns:
- the bold value.
-
withBold
Set the bold property: Represents the bold status of font.- Parameters:
bold- the bold value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
color
Get the color property: HTML color code representation of the text color. E.g. #FF0000 represents Red.- Returns:
- the color value.
-
withColor
Set the color property: HTML color code representation of the text color. E.g. #FF0000 represents Red.- Parameters:
color- the color value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
italic
Get the italic property: Represents the italic status of the font.- Returns:
- the italic value.
-
withItalic
Set the italic property: Represents the italic status of the font.- Parameters:
italic- the italic value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
name
Get the name property: Font name (e.g. 'Calibri').- Returns:
- the name value.
-
withName
Set the name property: Font name (e.g. 'Calibri').- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
size
Get the size property: Size of the font (e.g. 11).- Returns:
- the size value.
-
withSize
Set the size property: Size of the font (e.g. 11).- Parameters:
size- the size value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
underline
Get the underline property: Type of underline applied to the font. The possible values are: None, Single.- Returns:
- the underline value.
-
withUnderline
Set the underline property: Type of underline applied to the font. The possible values are: None, Single.- Parameters:
underline- the underline value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartFont.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartFont withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartFont.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartFont object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-