'宣言 Public Function FindByAnchorName( _ ByVal anchorName As System.String, _ ByRef anchor As C1Anchor _ ) As RenderObject
public RenderObject FindByAnchorName( System.string anchorName, out C1Anchor anchor )
パラメータ
- anchorName
- 検索するアンカーの名前。
- anchor
- 出力:検索された名前の C1Anchor オブジェクトを保持します。
戻り値の型
見つかったレンダリングオブジェクトを返します。見つからなかった場合は null を返します。見つかったレンダリングオブジェクトを返します。見つからなかった場合は null を返します。