ITextFrame

Vue de l’ensemble

‘ITextFrame’ est une interface dans Aspose.Slides FOSS pour Java.Déduit de: ISlideComponent, `IPresentationComposent’.

Il représente un texte.

Cette interface fournit 10 méthodes pour travailler avec des objets ITextFrame dans les programmes Java. Les méthodologies disponibles comprennent: asIPresentationComponent, aISlideComposent‘, 'getParagraphs , ‘getParentCell,, 'GetParentShape', 'geTexte ‘, ‘getSlile', ‘geteText., ‘goTeTeXTFormat et 'setTe Text. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.Sliques FOSS pour le package Java . Propriétés : paragrafs ; ‘parentcell’ ; parent Shape; ‘presentation : 'slide

Propriétés

NameTypeAccessDescription
paragraphsIParagraphCollectionReadReturns the list of all paragraphs in a frame.
textStringReadGets the plain text for a TextFrame.
textFrameFormatITextFrameFormatReadReturns the formatting object for this TextFrame object.
parentShapeIShapeReadReturns the parent shape, or {@code null} if the parent object does not
implement the {@link IShape} interface.
parentCellICellReadReturns the parent cell, or {@code null} if the parent object does not
implement the {@link ICell} interface.
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the presentation containing this component.

méthodes

SignatureDescription
getParagraphs()IParagraphCollectionReturns the list of all paragraphs in a frame.
getText()StringGets the plain text for a TextFrame.
setText(value: String)Sets the plain text for a TextFrame.
getTextFrameFormat()ITextFrameFormatReturns the formatting object for this TextFrame object.
getParentShape()IShapeReturns the parent shape, or {@code null} if the parent object does not
implement the {@link IShape} interface.
getParentCell()ICellReturns the parent cell, or {@code null} if the parent object does not
implement the {@link ICell} interface.
asISlideComponent()ISlideComponentReturns the base {@link ISlideComponent} interface.
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.
getPresentation()IPresentationReturns the presentation containing this component.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français