Interface IPageText
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Text web part
public interface IPageText : ICanvasControl
- Inherited Members
Properties
FlexibleLayoutPosition
Flexible layout position of the control
ControlFlexLayoutPosition FlexibleLayoutPosition { get; set; }
Property Value
PreviewText
Text used in page preview in news web part
string PreviewText { get; }
Property Value
Text
Text value of the client side text control
string Text { get; set; }
Property Value
Type
Type of the control (= IPageText)
Type Type { get; }
Property Value
Methods
BuildControlData(float)
Builds Control attributes based on current settings, also used by pnpframework
void BuildControlData(float controlIndex)
Parameters
controlIndexfloat