TextFragmentAbsorber.ApplyForAllFragments

ApplyForAllFragments(Font)

Applies font for all text fragments that were absorbed. It works faster than looping through the fragments if all fragments on the page(s) were absorbed. Otherwise it works similar with looping.

public void ApplyForAllFragments(Font font)
ParameterTypeDescription
fontFontFontof the text.

See Also


ApplyForAllFragments(float)

Applies font size for all text fragments that were absorbed. It works faster than looping through the fragments if all fragments on the page(s) were absorbed. Otherwise it works similar with looping.

public void ApplyForAllFragments(float fontSize)
ParameterTypeDescription
fontSizeSingleFont size of the text.

See Also


ApplyForAllFragments(Font, float)

Applies font and size for all text fragments that were absorbed. It works faster than looping through the fragments if all fragments on the page(s) were absorbed. Otherwise it works similar with looping.

public void ApplyForAllFragments(Font font, float fontSize)
ParameterTypeDescription
fontFontFontof the text.
fontSizeSingleFont size of the text.

See Also