public class GXPlainPage extends Object implements Externalizable
GXBook
Constructor and Description |
---|
GXPlainPage()
Creates GXPlainPage object.
|
Modifier and Type | Method and Description |
---|---|
void |
append(GXTextSegment segment)
Adds segment to the end of this page.
|
GXPlainPage |
bidiMatcher()
Bidi text processing on page
|
GXTextSegment |
getSegment(int i)
Gets segment by specified index
m_segments |
GXTextSegment[] |
getSegments()
Gets segments array
m_segments |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void append(GXTextSegment segment)
public GXTextSegment getSegment(int i)
m_segments
public GXTextSegment[] getSegments()
m_segments
public GXPlainPage bidiMatcher()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
java.io.Externalizable#readExternal(ObjectInput)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
java.io.Externalizable#writeExternal(ObjectOutput)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.