Class PageBreakContent
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentVirtualObject
IronSoftware.IBoundedDocumentObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IColored
System.ICloneable
IronSoftware.Abstractions.IDocumentLayoutFriendly
Inherited Members
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class PageBreakContent : ContentElement, IDocumentElement, IDocumentVirtualObject, IBoundedDocumentObject, IDocumentObject, IBounded, ITransformable, IColored, ICloneable, IDocumentLayoutFriendly
Constructors
PageBreakContent()
Declaration
public PageBreakContent()
Properties
AnchorStyle
Declaration
public LayoutAnchorStyles AnchorStyle { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Abstractions.LayoutAnchorStyles |
BoundingBox
Declaration
public RectangleF BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF |
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
FillMode
Declaration
public PathFillModes FillMode { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.PathFillModes |
IsStroked
Declaration
public bool IsStroked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Matrix
Declaration
public MatrixStruct Matrix { get; }
Property Value
Type | Description |
---|---|
IronSoftware.MatrixStruct |
Scale
Declaration
public PointF Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Translate
Declaration
public PointF Translate { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
VirtualObjectType
Declaration
public VirtualObjectTypes VirtualObjectType { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.VirtualObjectTypes |
ZOrder
Declaration
public LayoutZOrders ZOrder { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Abstractions.LayoutZOrders |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentVirtualObject
IronSoftware.IBoundedDocumentObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IColored
System.ICloneable
IronSoftware.Abstractions.IDocumentLayoutFriendly