Show / Hide Table of Contents

Class LiteralItem

Represents a literal text item. Use it for sending raw printer commands.

Inheritance
System.Object
Item
LiteralItem
Inherited Members
Item.PropertyChanged
Item.OnPropertyChanged(Item, String)
Item._unitType
Item._dpi
Item._name
Item._x
Item._y
Item._dataField
Item._dataFieldFormatString
Item._useCache
Item._cacheItemId
Item.Name
Item.X
Item.Y
Item.UnitType
Item.Dpi
Item.DataField
Item.DataFieldFormatString
Item.UseCache
Item.CacheItemId
Item._printAsGraphic
Item.PrintAsGraphic
Item._visible
Item.Visible
Item._comments
Item.Comments
Item._tag
Item.Tag
Item._locked
Item.Locked
Item._editable
Item.Editable
Item._resizable
Item.Resizable
Item._expression
Item.Expression
Item._isDesignTime
Item.IsDesignTime
Item._groupName
Item.GroupName
Item._readonly
Item.ReadOnly
Item.HasFixedContent
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class LiteralItem : Item, IXmlTemplate, INotifyPropertyChanged

Constructors

LiteralItem()

Initializes a new instance of the LiteralItem class.

Declaration
public LiteralItem()

LiteralItem(String)

Initializes a new instance of the LiteralItem class with the specified text.

Declaration
public LiteralItem(string text)
Parameters
Type Name Description
System.String text

The text.

Properties

Text

Gets or sets the text. Default value is an empty string

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Creates a copy of the current LiteralItem.

Declaration
public override Item Clone()
Returns
Type Description
Item

A copy of the current LiteralItem.

Overrides
Item.Clone()

ConvertToUnit(UnitType)

Declaration
public override void ConvertToUnit(UnitType unit)
Parameters
Type Name Description
UnitType unit
Overrides
Item.ConvertToUnit(UnitType)

UpdateFrom(Item)

Updates this LiteralItem object with the properties of the specified LiteralItem object.

Declaration
public override void UpdateFrom(Item item)
Parameters
Type Name Description
Item item

The LiteralItem object that is used for updating this LiteralItem object.

Overrides
Item.UpdateFrom(Item)
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com