Back to Website
Show / Hide Table of Contents

Interface IFrameConfig

Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFrameConfig

Properties

AllowedTabs

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

ArchedText

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

AutoLayoutAlignItems

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

AutoLayoutAnchorPoint

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

AutoLayoutMargin

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

AutoLayoutOrientation

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

Background

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

BarcodePermissions

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

BarcodePlaceholderType

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

CheckTextCrop

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

Class

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

ContainerName

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

ContainerOutputColor

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

FixedStubContentSize

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

Foreground

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

Frame

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

FrontendPermissions

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

Group

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

GroupItemPermissions

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

ImageAllowedGallerySubfolder

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

ImageEffect

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

ImageFillColor

Declaration
Color ImageFillColor { get; set; }
Property Value
Type Description
Color

ImagePermissions

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

IsCoverMode

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

IsVariable

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

ItemPermissions

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

Locked

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

ManipulationPermissions

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

OverflowStrategy

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

PathBoundedTextPermissions

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

Placeholder

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

PlaceholderContentHorizontalAlign

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

PlaceholderContentVerticalAlign

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

PlaceholderLinkId

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

PlaceholderPermissions

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

PlaceholderResizeMode

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

PlaceholderType

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

PreviewSpotColor

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

RasterizeShape

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

Region

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

RichTextCharacterLimit

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

RichTextMode

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

ShapePermissions

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

TextBend

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

TextMaxLineCount

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

TextMaxLineLength

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

TextPermissions

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

TextPlaceholder

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

TextShrinkMode

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

TextureFilePath

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

TextVerticalAlignment

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

TextWrappingMode

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

ThemeBinding

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

TranslationKey

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

ViolationSettings

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

VisualizationPermissions

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

Methods

ApplyTo(BaseItem)

Declaration
void ApplyTo(BaseItem baseItem)
Parameters
Type Name Description
BaseItem baseItem
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback