Class FrameConfigHandler
Inheritance
System.Object
FrameConfigHandler
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FrameConfigHandler : IFrameConfigHandler
Constructors
FrameConfigHandler(ITemplateConfigShortcutsService, IMergeUtil)
Declaration
public FrameConfigHandler(ITemplateConfigShortcutsService templateConfigShortcutsService, IMergeUtil mergeUtil)
Parameters
Properties
TemplateShortcuts
Declaration
public TemplateConfigShortcuts TemplateShortcuts { get; }
Property Value
Methods
GetConfig(Frame, TemplateConfig)
Declaration
public IPsdFrameConfig GetConfig(Frame frame, TemplateConfig templateConfig)
Parameters
Type |
Name |
Description |
Aurigma.GraphicsMill.Codecs.Frame |
frame |
|
TemplateConfig |
templateConfig |
|
Returns
GetConfig(SpreadItem, TemplateConfig)
Declaration
public IIdmlFrameConfig GetConfig(SpreadItem idmlItem, TemplateConfig templateConfig)
Parameters
Type |
Name |
Description |
Aurigma.GraphicsMill.Codecs.Idml.SpreadItem |
idmlItem |
|
TemplateConfig |
templateConfig |
|
Returns
IsDesignPlaceholder(String)
Declaration
public bool IsDesignPlaceholder(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
ParseBoolAndAutoEnum(String)
Declaration
public static PsdParser.BooleanAndAuto ParseBoolAndAutoEnum(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Implements