Skip to main content

Class ItemData

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemData

Inheritance: System.Object -> ItemData

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ItemData

public ItemData()

Properties

Text

public string Text { get; set; }

FormattedText

public string FormattedText { get; set; }

Leading

public float? Leading { get; set; }

Tracking

public float? Tracking { get; set; }

Font

public FontSettings Font { get; set; }

TextAlignment

public TextAlignment? TextAlignment { get; set; }

TextVerticalAlignment

public TextVerticalAlignment? TextVerticalAlignment { get; set; }

IsVertical

public bool? IsVertical { get; set; }

Underline

public bool? Underline { get; set; }

Location

public PointF? Location { get; set; }

Size

public ItemSize Size { get; set; }

Color

public string Color { get; set; }

BorderColor

public string BorderColor { get; set; }

FillColor

public string FillColor { get; set; }

TextFillColor

public string TextFillColor { get; set; }

AltColor

public string AltColor { get; set; }

DashWidth

public float? DashWidth { get; set; }

AltDashWidth

public float? AltDashWidth { get; set; }

Width

public float? Width { get; set; }

Image

public string Image { get; set; }

Opacity

public float? Opacity { get; set; }

BorderWidth

public float? BorderWidth { get; set; }

SourcePoint0

public PointF? SourcePoint0 { get; set; }

SourcePoint1

public PointF? SourcePoint1 { get; set; }

HorizontalLineColor

public string HorizontalLineColor { get; set; }

VerticalLineColor

public string VerticalLineColor { get; set; }

BarcodeColor

public string BarcodeColor { get; set; }

ContentResizeMode

public PlaceholderItem.ResizeMode? ContentResizeMode { get; set; }

BarcodeData

public BarcodeData BarcodeData { get; set; }

IgnoreExistingTransform

public bool? IgnoreExistingTransform { get; set; }

ContentTransform

public Transform ContentTransform { get; set; }

Content

public ItemData Content { get; set; }

Shadow

public ShadowSettings Shadow { get; set; }

Stroke

public StrokeSettings Stroke { get; set; }

ClipartColors

public string[] ClipartColors { get; set; }

OverprintStroke

public bool? OverprintStroke { get; set; }

OverprintFill

public bool? OverprintFill { get; set; }

OverprintText

public bool? OverprintText { get; set; }

Visible

public bool? Visible { get; set; }

Methods

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode
Was this page helpful?