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

Inherits BaseJavaClass.

Public Member Functions

 __construct ($code128SubType, $data)
 
 getData ()
 
 setData ($value)
 
 getCode128SubType ()
 
 setCode128SubType ($value)
 
 toString ()
 

Detailed Description

Contains the data of subtype for Code128 type barcode

Constructor & Destructor Documentation

◆ __construct()

__construct (   $code128SubType,
  $data 
)

Creates a new instance of the

class with start code symbol and decoded codetext.

Parameters
code128SubTypeA start encoding symbol
dataA partial codetext

Member Function Documentation

◆ getCode128SubType()

getCode128SubType ( )
final

Gets the type of Code128 subset

Returns
The type of Code128 subset

◆ getData()

getData ( )
final

Gets the part of code text related to subtype.

Returns
The part of code text related to subtype

◆ setCode128SubType()

setCode128SubType (   $value)
final

Gets the type of Code128 subset

Returns
The type of Code128 subset

◆ setData()

setData (   $value)
final

Gets the part of code text related to subtype.

Returns
The part of code text related to subtype

◆ toString()

toString ( )

Returns a human-readable string representation of this

.

Returns
A string that represents this .