TextFrame

TextFrame

概要

TextFrame クラスです. これは,JavaのPLACEHOLDER_0で使用されます. 遺産は: ITextFrame.

文献枠を表す.

このクラスでは,Java プログラムで TextFrame オブジェクトと作業するための 12 つの方法が提供されています. 可能な方法には: TextFrame, asIPresentationComponent, asISlideComponent, getParagraphs, getParentCell, getParentShape, getPresentation, getSlide, getText, getTextFrameFormat, setText. すべてのパブリックメンバーは,JavaのパッケージのためのFOSS Aspose.Slides をインストールした後で,任意の Java アプリケーションにアクセスできます. 特性: paragraphs, parentCell, parentShape, presentation, slide, text,そしてもう1つ.

特性について

名称 (名)タイプAccess記述
paragraphsIParagraphCollection読み取ること段落集合を返します.
textFrameFormatITextFrameFormat読み取ることテキストフレームのフォーマットを返します.
textString読み取ることテキストを手に入れた.
slideIBaseSlide読み取ること滑り方を掴む.
presentationIPresentation読み取ることプレゼンテーションをします.
parentShapeIShape読み取ること親の形になる.
parentCellICell読み取ること祖細胞を手に入れる.

方法について

Signature記述
TextFrame(txBodyElement: Element, saveCallback: Runnable)テキストボディ要素によってサポートされた TextFrame を作成します.
TextFrame(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide, parentShape: IShape)テキストボディ要素と親文脈でサポートされた TextFrame を作成します.
getParagraphs()IParagraphCollection段落集合を返します.
getTextFrameFormat()ITextFrameFormatテキストフレームのフォーマットを返します.
getText()Stringテキストを返します.
setText(text: String)テキストの値を設定する.
getSlide()IBaseSlideグラフを返します.
getPresentation()IPresentationプレゼンテーションを返します.
asIPresentationComponent()IPresentationComponentテキストフレームを IPresentationComponent にキャストする.
getParentShape()IShape元の形を返します.
getParentCell()ICell元のセルを返します.
asISlideComponent()ISlideComponentテキストフレームを ISlideComponent にキャストする.

参照する

 日本語