ITextSpecificsD Class

Only Text have this combination of specifics.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ITextSpecificsD : IObjectSpecificsD, 
	InterfaceTextSpecificsD, InterfaceObjectSpecificsD
Inheritance
Object    IObjectSpecificsD    ITextSpecificsD
Implements
InterfaceObjectSpecificsD, InterfaceTextSpecificsD

Constructors

ITextSpecificsDInitializes a new instance of the ITextSpecificsD class

Properties

Fontname Occurrence can be 1 or 0. Default is 1.
Location The orgin of the text.
MirrorX Mirror the text in X direction.
Occurrence Occurrence can be 1 or 0. Default is 1.
Positive Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD)
Rotation The rotation of the text.
Text The sourcedata of the text.
TextSize The Textsize of one char.
WidthFactor Factor to stretch the text.

Methods

Clone Clone this object with all members and properties.
(Overrides IObjectSpecificsDClone)
GetDynamicText If the text is a dynamic text according to the odb++ spec, this function returns the replaced dynamic text. Otherwise the original text is returned.
SetWidthText Set Width of text in mils. This means the diameter of each line in each letter has the fix value.

Fields

Tag Tag to add temporary object.
(Inherited from IObjectSpecificsD)

Extension Methods

See Also