objectAtIndexedSubscript: Instance Method

- (PxTextAttribute *) objectAtIndexedSubscript:(unsigned int) idx;

References: PxTextAttribute

Subscript accessor that returns the PxTextAttribute with the given ID, or nil if there is none.

Top