Table of Contents

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

ControlFlexLayoutPosition

PreviewText

Text used in page preview in news web part

string PreviewText { get; }

Property Value

string

Text

Text value of the client side text control

string Text { get; set; }

Property Value

string

Type

Type of the control (= IPageText)

Type Type { get; }

Property Value

Type

Methods

BuildControlData(float)

Builds Control attributes based on current settings, also used by pnpframework

void BuildControlData(float controlIndex)

Parameters

controlIndex float