'宣言 Public Sub GetBreakConditions( _ ByRef breakConditionBefore As BreakCondition, _ ByRef breakConditionAfter As BreakCondition _ )
public void GetBreakConditions( out BreakCondition breakConditionBefore, out BreakCondition breakConditionAfter )
パラメータ
- breakConditionBefore
- When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately preceding it.
- breakConditionAfter
- When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately following it.