Outline

Inheritance: java.lang.Object

public class Outline

Represents an outline on a worksheet.

Methods

MethodDescription
equals(Object arg0)
getClass()
getSummaryColumnRight()Indicates if the summary column will be positioned to the right of the detail columns in the outline.
getSummaryRowBelow()Indicates if the summary row will be positioned below the detail rows in the outline.
hashCode()
notify()
notifyAll()
setSummaryColumnRight(boolean value)Indicates if the summary column will be positioned to the right of the detail columns in the outline.
setSummaryRowBelow(boolean value)Indicates if the summary row will be positioned below the detail rows in the outline.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getSummaryColumnRight()

public boolean getSummaryColumnRight()

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

Returns: boolean

getSummaryRowBelow()

public boolean getSummaryRowBelow()

Indicates if the summary row will be positioned below the detail rows in the outline.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setSummaryColumnRight(boolean value)

public void setSummaryColumnRight(boolean value)

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

Parameters:

ParameterTypeDescription
valueboolean

setSummaryRowBelow(boolean value)

public void setSummaryRowBelow(boolean value)

Indicates if the summary row will be positioned below the detail rows in the outline.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int