CreatePortion

CreatePortion()

Creates an empty text portion.

public IPortion CreatePortion()

Return Value

Portion.

See Also


CreatePortion(string)

Creates a text portion from specified string.

public IPortion CreatePortion(string str)
ParameterTypeDescription
strStringString.

Return Value

Portion.

See Also


CreatePortion(IPortion)

Creates a portion with the using of a specified portion data.

public IPortion CreatePortion(IPortion portion)
ParameterTypeDescription
portionIPortionA portion to use.

Return Value

Portion.

See Also