public class Fragment extends Object
Represents text fragment without extra spaces.
| Constructor and Description |
|---|
Fragment(TextFragment textFragment)
Creates an
Fragment class instance. |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getRect()
Gets and sets the rectangle area of fragment.
|
String |
getText()
Gets and sets the text of fragment.
|
public Fragment(TextFragment textFragment)
Creates an Fragment class instance.
textFragment - The text fragment.Copyright © 2025 Aspose. All Rights Reserved.