MicrosoftGraphWorkbookChartFont Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChartFont
- com.
- com.
public final class MicrosoftGraphWorkbookChartFont
extends MicrosoftGraphEntity
workbookChartFont.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChartFont() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
bold()
Get the bold property: Represents the bold status of font. |
String |
color()
Get the color property: HTML color code representation of the text color. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
italic()
Get the italic property: Represents the italic status of the font. |
String |
name()
Get the name property: Font name (e. |
Double |
size()
Get the size property: Size of the font (e. |
Json |
toJson(JsonWriter jsonWriter) |
String |
underline()
Get the underline property: Type of underline applied to the font. |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withBold(Boolean bold)
Set the bold property: Represents the bold status of font. |
Microsoft |
withColor(String color)
Set the color property: HTML color code representation of the text color. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withItalic(Boolean italic)
Set the italic property: Represents the italic status of the font. |
Microsoft |
withName(String name)
Set the name property: Font name (e. |
Microsoft |
withSize(Double size)
Set the size property: Size of the font (e. |
Microsoft |
withUnderline(String underline)
Set the underline property: Type of underline applied to the font. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChartFont
public MicrosoftGraphWorkbookChartFont()
Creates an instance of MicrosoftGraphWorkbookChartFont class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChartFont.
Overrides:
MicrosoftGraphWorkbookChartFont.additionalProperties()Returns:
bold
public Boolean bold()
Get the bold property: Represents the bold status of font.
Returns:
color
public String color()
Get the color property: HTML color code representation of the text color. E.g. #FF0000 represents Red.
Returns:
fromJson
public static MicrosoftGraphWorkbookChartFont fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChartFont from the JsonReader.
Parameters:
Returns:
Throws:
italic
public Boolean italic()
Get the italic property: Represents the italic status of the font.
Returns:
name
public String name()
Get the name property: Font name (e.g. 'Calibri').
Returns:
size
public Double size()
Get the size property: Size of the font (e.g. 11).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChartFont.toJson(JsonWriter jsonWriter)Parameters:
Throws:
underline
public String underline()
Get the underline property: Type of underline applied to the font. The possible values are: None, Single.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChartFont.validate()withAdditionalProperties
public MicrosoftGraphWorkbookChartFont withAdditionalProperties(Map
Set the additionalProperties property: workbookChartFont.
Overrides:
MicrosoftGraphWorkbookChartFont.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withBold
public MicrosoftGraphWorkbookChartFont withBold(Boolean bold)
Set the bold property: Represents the bold status of font.
Parameters:
Returns:
withColor
public MicrosoftGraphWorkbookChartFont withColor(String color)
Set the color property: HTML color code representation of the text color. E.g. #FF0000 represents Red.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChartFont withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChartFont.withId(String id)Parameters:
withItalic
public MicrosoftGraphWorkbookChartFont withItalic(Boolean italic)
Set the italic property: Represents the italic status of the font.
Parameters:
Returns:
withName
public MicrosoftGraphWorkbookChartFont withName(String name)
Set the name property: Font name (e.g. 'Calibri').
Parameters:
Returns:
withSize
public MicrosoftGraphWorkbookChartFont withSize(Double size)
Set the size property: Size of the font (e.g. 11).
Parameters:
Returns:
withUnderline
public MicrosoftGraphWorkbookChartFont withUnderline(String underline)
Set the underline property: Type of underline applied to the font. The possible values are: None, Single.
Parameters:
Returns:
Applies to
Azure SDK for Java