public class CTIndexRange extends Object
Java class for CT_IndexRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_IndexRange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="st" use="required" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Index" /> <attribute name="end" use="required" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Index" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CTIndexRange() |
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
Gets the value of the end property.
|
long |
getSt()
Gets the value of the st property.
|
void |
setEnd(long value)
Sets the value of the end property.
|
void |
setSt(long value)
Sets the value of the st property.
|
Copyright © 2007-2019. All Rights Reserved.