Aspose.Barcode for PHP via Java Generation and Recognition API docs

Inherits BaseJavaClass.

Public Member Functions

 __construct ($javaClass)
 
 getData ()
 
 getCode128SubType ()
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Detailed Description

Contains the data of subtype for Code128 type barcode

Constructor & Destructor Documentation

◆ __construct()

Code128DataPortion::__construct (   $javaClass)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getCode128SubType()

Code128DataPortion::getCode128SubType ( )
final

Gets the type of Code128 subset

Returns
int The type of Code128 subset

◆ getData()

Code128DataPortion::getData ( )
final

Gets the part of code text related to subtype.

Returns
string The part of code text related to subtype

◆ init()

Code128DataPortion::init ( )
protected

Reimplemented from BaseJavaClass.

◆ toString()

Code128DataPortion::toString ( )

Returns a human-readable string representation of this {Code128DataPortion}.

Returns
string A string that represents this {Code128DataPortion}.