Back to Website
Show / Hide Table of Contents

Class TemplateConfig.FrameConfig

Inheritance
System.Object
TemplateConfig.FrameConfig
Implements
IPsdFrameConfig
IIdmlFrameConfig
IFrameConfig
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()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FrameConfig : IPsdFrameConfig, IIdmlFrameConfig, IFrameConfig

Constructors

FrameConfig()

Declaration
public FrameConfig()

Fields

Shortcuts

Declaration
public IDictionary<string, JToken> Shortcuts
Field Value
Type Description
System.Collections.Generic.IDictionary<System.String, Newtonsoft.Json.Linq.JToken>

Properties

AllowedTabs

Declaration
public List<string> AllowedTabs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

ArchedText

Declaration
public bool? ArchedText { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AutoLayoutAlignItems

Declaration
public TemplateConfig.AutoLayoutAlignItems? AutoLayoutAlignItems { get; set; }
Property Value
Type Description
System.Nullable<TemplateConfig.AutoLayoutAlignItems>

AutoLayoutAnchorPoint

Declaration
public AutoLayoutSettings.AutoLayoutAnchorPoint? AutoLayoutAnchorPoint { get; set; }
Property Value
Type Description
System.Nullable<AutoLayoutSettings.AutoLayoutAnchorPoint>

AutoLayoutMargin

Declaration
public int? AutoLayoutMargin { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

AutoLayoutOrientation

Declaration
public AutoLayoutSettings.AutoLayoutOrientation? AutoLayoutOrientation { get; set; }
Property Value
Type Description
System.Nullable<AutoLayoutSettings.AutoLayoutOrientation>

AutoScaledText

Declaration
public bool? AutoScaledText { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Background

Declaration
public bool? Background { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

BackgroundImage

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

BarcodePermissions

Declaration
public TemplateConfig.BarcodePermissions BarcodePermissions { get; set; }
Property Value
Type Description
TemplateConfig.BarcodePermissions

BarcodePlaceholderType

Declaration
public WritableBarcodeFormat? BarcodePlaceholderType { get; set; }
Property Value
Type Description
System.Nullable<WritableBarcodeFormat>

CheckTextCrop

Declaration
public bool? CheckTextCrop { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ContainerName

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

FixedStubContentSize

Declaration
public bool? FixedStubContentSize { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Foreground

Declaration
public bool? Foreground { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Frame

Declaration
public bool? Frame { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Frames

Declaration
public Dictionary<string, TemplateConfig.FrameConfig> Frames { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, TemplateConfig.FrameConfig>

FrontendPermissions

Declaration
public TemplateConfig.FrontendPermissions FrontendPermissions { get; set; }
Property Value
Type Description
TemplateConfig.FrontendPermissions

Group

Declaration
public TemplateConfig.Group? Group { get; set; }
Property Value
Type Description
System.Nullable<TemplateConfig.Group>

GroupItemPermissions

Declaration
public TemplateConfig.GroupItemPermissions GroupItemPermissions { get; set; }
Property Value
Type Description
TemplateConfig.GroupItemPermissions

ImageAllowedGallerySubfolder

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

ImageEffect

Declaration
public ImageEffect? ImageEffect { get; set; }
Property Value
Type Description
System.Nullable<ImageEffect>

ImageFillColor

Declaration
public Color ImageFillColor { get; set; }
Property Value
Type Description
Aurigma.GraphicsMill.Color

ImagePermissions

Declaration
public TemplateConfig.ImagePermissions ImagePermissions { get; set; }
Property Value
Type Description
TemplateConfig.ImagePermissions

IsCoverMode

Declaration
public bool? IsCoverMode { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsVariable

Declaration
public bool IsVariable { get; set; }
Property Value
Type Description
System.Boolean

ItemPermissions

Declaration
public TemplateConfig.ItemPermissions ItemPermissions { get; set; }
Property Value
Type Description
TemplateConfig.ItemPermissions

Locked

Declaration
public bool? Locked { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ManipulationPermissions

Declaration
public TemplateConfig.ManipulationPermissions ManipulationPermissions { get; set; }
Property Value
Type Description
TemplateConfig.ManipulationPermissions

MultiValueItem

Declaration
public bool? MultiValueItem { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MultiValueItemKeepTransformation

Declaration
public bool? MultiValueItemKeepTransformation { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MviFirstItemIndex

Declaration
public int MviFirstItemIndex { get; set; }
Property Value
Type Description
System.Int32

OverflowStrategy

Declaration
public OverflowStrategy? OverflowStrategy { get; set; }
Property Value
Type Description
System.Nullable<OverflowStrategy>

PathBoundedText

Declaration
public bool? PathBoundedText { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PathBoundedTextPermissions

Declaration
public TemplateConfig.PathBoundedTextPermissions PathBoundedTextPermissions { get; set; }
Property Value
Type Description
TemplateConfig.PathBoundedTextPermissions

Placeholder

Declaration
public bool? Placeholder { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PlaceholderContentHorizontalAlign

Declaration
public PlaceholderItem.HorizontalContentAlignment? PlaceholderContentHorizontalAlign { get; set; }
Property Value
Type Description
System.Nullable<PlaceholderItem.HorizontalContentAlignment>

PlaceholderContentVerticalAlign

Declaration
public PlaceholderItem.VerticalContentAlignment? PlaceholderContentVerticalAlign { get; set; }
Property Value
Type Description
System.Nullable<PlaceholderItem.VerticalContentAlignment>

PlaceholderLinkId

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

PlaceholderPermissions

Declaration
public TemplateConfig.PlaceholderPermissions PlaceholderPermissions { get; set; }
Property Value
Type Description
TemplateConfig.PlaceholderPermissions

PlaceholderResizeMode

Declaration
public PlaceholderItem.ResizeMode? PlaceholderResizeMode { get; set; }
Property Value
Type Description
System.Nullable<PlaceholderItem.ResizeMode>

PlaceholderType

Declaration
public PsdParser.PlaceholderType? PlaceholderType { get; set; }
Property Value
Type Description
System.Nullable<PsdParser.PlaceholderType>

PreviewSpotColor

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

RasterizeShape

Declaration
public bool? RasterizeShape { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RasterizeVectorContentInSmartFrame

Declaration
public bool? RasterizeVectorContentInSmartFrame { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Region

Declaration
public bool? Region { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RichTextCharacterLimit

Declaration
public int? RichTextCharacterLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

RichTextMode

Declaration
public PsdParser.BooleanAndAuto? RichTextMode { get; set; }
Property Value
Type Description
System.Nullable<PsdParser.BooleanAndAuto>

ShapePermissions

Declaration
public TemplateConfig.ShapePermissions ShapePermissions { get; set; }
Property Value
Type Description
TemplateConfig.ShapePermissions

TextBend

Declaration
public float? TextBend { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

TextColumnCount

Declaration
public int? TextColumnCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TextMaxLineCount

Declaration
public int? TextMaxLineCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TextMaxLineLength

Declaration
public int? TextMaxLineLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TextPermissions

Declaration
public TemplateConfig.TextPermissions TextPermissions { get; set; }
Property Value
Type Description
TemplateConfig.TextPermissions

TextPlaceholder

Declaration
public bool? TextPlaceholder { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

TextShrinkMode

Declaration
public ShrinkMode? TextShrinkMode { get; set; }
Property Value
Type Description
System.Nullable<ShrinkMode>

TextureFilePath

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

TextVerticalAlignment

Declaration
public TextVerticalAlignment? TextVerticalAlignment { get; set; }
Property Value
Type Description
System.Nullable<TextVerticalAlignment>

TextWrappingMode

Declaration
public TextWrappingMode? TextWrappingMode { get; set; }
Property Value
Type Description
System.Nullable<TextWrappingMode>

ThemeBinding

Declaration
public TemplateConfig.ThemeBinding ThemeBinding { get; set; }
Property Value
Type Description
TemplateConfig.ThemeBinding

TranslationKey

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

ViolationSettings

Declaration
public TemplateConfig.ViolationSettings ViolationSettings { get; set; }
Property Value
Type Description
TemplateConfig.ViolationSettings

VisualizationPermissions

Declaration
public TemplateConfig.VisualizationPermissions VisualizationPermissions { get; set; }
Property Value
Type Description
TemplateConfig.VisualizationPermissions

Methods

ApplyTo(BaseItem)

Declaration
public void ApplyTo(BaseItem baseItem)
Parameters
Type Name Description
BaseItem baseItem

ApplyTo(Item)

Declaration
public void ApplyTo(Item item)
Parameters
Type Name Description
Item item

GetEnabledShortcuts()

Declaration
public IEnumerable<string> GetEnabledShortcuts()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

IPsdFrameConfig
IIdmlFrameConfig
IFrameConfig
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...