UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
AText Class Reference

Base class for AText. More...

#include <AText.h>

Inheritance diagram for AText:
<IText> <ITextSettings> <IFont> <IFontSizeUnits> <IAlignment> <IRotation> _PglText _Text

Instance Methods

(instancetype) - initWithTextItem:
 
(NSString *) - description
 Returns the string that can be sent to printer.
 

Properties

NSMutableArray< id< ITextItem > > * text
 
id< IRulerruler
 
NSString * fontName
 
FontStyleEnum fontStyle
 
FontSizeUnitsEnum fontSizeUnits
 
AlignEnum alignment
 
RotateEnum rotation
 
- Properties inherited from <IText>
NSArray< id< ITextItem > > * text
 List of text items that use the same text settings.
 
- Properties inherited from <ITextSettings>
id< IRulerruler
 Ruler to use for text positioning and font size if using ruler for font scaling/resizing.
 
- Properties inherited from <IFont>
NSString * fontName
 The name of the font to use.
 
- Properties inherited from <IFontSizeUnits>
FontSizeUnitsEnum fontSizeUnits
 Font size units for character sizing.
 
- Properties inherited from <IAlignment>
AlignEnum alignment
 
- Properties inherited from <IRotation>
RotateEnum rotation
 

Detailed Description

Base class for AText.

Method Documentation

◆ description

- (NSString *) description

Returns the string that can be sent to printer.

Reimplemented from <IText>.

Reimplemented in _PglText, and _Text.

◆ initWithTextItem:

- (instancetype) initWithTextItem: (id< ITextItem >) textItem

Reimplemented in _Text.

Property Documentation

◆ alignment

- (AlignEnum) alignment
readwritenonatomicassign

◆ fontName

- (NSString*) fontName
readwritenonatomicstrong

◆ fontSizeUnits

- (FontSizeUnitsEnum) fontSizeUnits
readwritenonatomicassign

◆ fontStyle

- (FontStyleEnum) fontStyle
readwritenonatomicassign

◆ rotation

- (RotateEnum) rotation
readwritenonatomicassign

◆ ruler

- (id<IRuler>) ruler
readwritenonatomicstrong

◆ text

- (NSMutableArray<id<ITextItem> >*) text
readwritenonatomicstrong

The documentation for this class was generated from the following file: