CODTextCommand::CalculateTextBoxes

void CODTextCommand::CalculateTextBoxes(CODComponent* pComp)

Recursively calculates new text boxes.

Defined in: OdTextCmd.cpp

Return Value

void

Parameters

pComp

Pointer to component.

Comments

This function recursively calls CODTextComponent::GrowToText for the given component. All child components are traversed, and only text components are affected.