com.aspose.words.ref
Provides mimicking .NET Out/Ref language construction in Java.
Classes
| Class | Description |
|---|---|
| Ref | Represents Generic Out/Ref constructions |
| RefBoolean | Represents Out/Ref constructions for Boolean primitive type |
| RefByte | Represents Out/Ref constructions for Byte primitive type |
| RefDouble | Represents Out/Ref constructions for Double primitive type |
| RefFloat | Represents Out/Ref constructions for Float primitive type |
| RefInt | Represents Out/Ref constructions for Integer primitive type |
| RefLong | Represents Out/Ref constructions for Long primitive type |
| RefPoint | Represents Out/Ref constructions for Point struct |
| RefPointF | Represents Out/Ref constructions for PointF struct |
| RefShort | Represents Out/Ref constructions for Short primitive type |
| RefSize | Represents Out/Ref constructions for Size struct |
| RefSizeF | Represents Out/Ref constructions for SizeF struct |