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_segmentspublic GXTextSegment[] getSegments()
m_segmentspublic GXPlainPage bidiMatcher()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionjava.io.Externalizable#readExternal(ObjectInput)public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionjava.io.Externalizable#writeExternal(ObjectOutput)Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.