Class Font
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Font
Java class for Font complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Font"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="isBold" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isItalic" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isUnderline" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isStrikeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getSize()
Gets the value of the size property.isIsBold()
Gets the value of the isBold property.Gets the value of the isItalic property.Gets the value of the isStrikeThrough property.Gets the value of the isUnderline property.void
Sets the value of the isBold property.void
setIsItalic
(Boolean value) Sets the value of the isItalic property.void
setIsStrikeThrough
(Boolean value) Sets the value of the isStrikeThrough property.void
setIsUnderline
(Boolean value) Sets the value of the isUnderline property.void
Sets the value of the name property.void
Sets the value of the size property.
-
Field Details
-
name
-
size
-
isBold
-
isItalic
-
isUnderline
-
isStrikeThrough
-
-
Constructor Details
-
Font
public Font()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getSize
Gets the value of the size property.- Returns:
- possible object is
Double
-
setSize
Sets the value of the size property.- Parameters:
value
- allowed object isDouble
-
isIsBold
Gets the value of the isBold property.- Returns:
- possible object is
Boolean
-
setIsBold
Sets the value of the isBold property.- Parameters:
value
- allowed object isBoolean
-
isIsItalic
Gets the value of the isItalic property.- Returns:
- possible object is
Boolean
-
setIsItalic
Sets the value of the isItalic property.- Parameters:
value
- allowed object isBoolean
-
isIsUnderline
Gets the value of the isUnderline property.- Returns:
- possible object is
Boolean
-
setIsUnderline
Sets the value of the isUnderline property.- Parameters:
value
- allowed object isBoolean
-
isIsStrikeThrough
Gets the value of the isStrikeThrough property.- Returns:
- possible object is
Boolean
-
setIsStrikeThrough
Sets the value of the isStrikeThrough property.- Parameters:
value
- allowed object isBoolean
-