public static class Document.LineStyleInformation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="line_roundsize" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="line_width" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="line_Color" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="line_index" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | lineColor | 
| protected Integer | lineIndex | 
| protected Integer | lineRoundsize | 
| protected Integer | lineWidth | 
| Constructor and Description | 
|---|
| LineStyleInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLineColor()Gets the value of the lineColor property. | 
| Integer | getLineIndex()Gets the value of the lineIndex property. | 
| Integer | getLineRoundsize()Gets the value of the lineRoundsize property. | 
| Integer | getLineWidth()Gets the value of the lineWidth property. | 
| void | setLineColor(String value)Sets the value of the lineColor property. | 
| void | setLineIndex(Integer value)Sets the value of the lineIndex property. | 
| void | setLineRoundsize(Integer value)Sets the value of the lineRoundsize property. | 
| void | setLineWidth(Integer value)Sets the value of the lineWidth property. | 
protected Integer lineRoundsize
protected Integer lineWidth
protected String lineColor
protected Integer lineIndex
public Integer getLineRoundsize()
Stringpublic void setLineRoundsize(Integer value)
value - allowed object is
     Stringpublic Integer getLineWidth()
Stringpublic void setLineWidth(Integer value)
value - allowed object is
     Stringpublic String getLineColor()
Stringpublic void setLineColor(String value)
value - allowed object is
     Stringpublic Integer getLineIndex()
StringCopyright © 2000–2025 MPXJ. All rights reserved.