public class DiagramHeaderFooterFont extends Object
Represents a font that is used in Visio header/footer.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBold()
Gets a value indicating whether the font is bold.
|
String |
getFamilyName()
Gets the font family name.
|
boolean |
getItalic()
Gets a value indicating whether the font is italic.
|
int |
getSize()
Gets the height of the font.
|
boolean |
getStrikeout()
Gets a value indicating whether the font is strikeout.
|
boolean |
getUnderline()
Gets a value indicating whether the font is underline.
|
void |
setBold(boolean value)
Sets a value indicating whether the font is bold.
|
void |
setFamilyName(String value)
Sets the font family name.
|
void |
setItalic(boolean value)
Sets a value indicating whether the font is italic.
|
void |
setSize(int value)
Sets the height of the font.
|
void |
setStrikeout(boolean value)
Sets a value indicating whether the font is strikeout.
|
void |
setUnderline(boolean value)
Sets a value indicating whether the font is underline.
|
public final boolean getBold()
Gets a value indicating whether the font is bold.
public final String getFamilyName()
Gets the font family name.
public final boolean getItalic()
Gets a value indicating whether the font is italic.
public final int getSize()
Gets the height of the font.
public final boolean getStrikeout()
Gets a value indicating whether the font is strikeout.
public final boolean getUnderline()
Gets a value indicating whether the font is underline.
public final void setBold(boolean value)
Sets a value indicating whether the font is bold.
value - True if this font is bold; otherwise, false.public final void setFamilyName(String value)
Sets the font family name.
value - The font family name.public final void setItalic(boolean value)
Sets a value indicating whether the font is italic.
value - True if this font is italic; otherwise, false.public final void setSize(int value)
Sets the height of the font.
value - The height of the font.public final void setStrikeout(boolean value)
Sets a value indicating whether the font is strikeout.
value - True if this font is strikeout; otherwise, false.public final void setUnderline(boolean value)
Sets a value indicating whether the font is underline.
value - True if this font is underline; otherwise, false.Copyright © 2026. All rights reserved.