public ShapeFormatCellsQuery()
        {
            
            this.FillBkgnd = this.AddCell(SRCCON.FillBkgnd, nameof(SRCCON.FillBkgnd));
            this.FillBkgndTrans = this.AddCell(SRCCON.FillBkgndTrans, nameof(SRCCON.FillBkgndTrans));
            this.FillForegnd = this.AddCell(SRCCON.FillForegnd, nameof(SRCCON.FillForegnd));
            this.FillForegndTrans = this.AddCell(SRCCON.FillForegndTrans, nameof(SRCCON.FillForegndTrans));
            this.FillPattern = this.AddCell(SRCCON.FillPattern, nameof(SRCCON.FillPattern));
            this.ShapeShdwObliqueAngle = this.AddCell(SRCCON.ShapeShdwObliqueAngle, nameof(SRCCON.ShapeShdwObliqueAngle));
            this.ShapeShdwOffsetX = this.AddCell(SRCCON.ShapeShdwOffsetX, nameof(SRCCON.ShapeShdwOffsetX));
            this.ShapeShdwOffsetY = this.AddCell(SRCCON.ShapeShdwOffsetY, nameof(SRCCON.ShapeShdwOffsetY));
            this.ShapeShdwScaleFactor = this.AddCell(SRCCON.ShapeShdwScaleFactor, nameof(SRCCON.ShapeShdwScaleFactor));
            this.ShapeShdwType = this.AddCell(SRCCON.ShapeShdwType, nameof(SRCCON.ShapeShdwType));
            this.ShdwBkgnd = this.AddCell(SRCCON.ShdwBkgnd, nameof(SRCCON.ShdwBkgnd));
            this.ShdwBkgndTrans = this.AddCell(SRCCON.ShdwBkgndTrans, nameof(SRCCON.ShdwBkgndTrans));
            this.ShdwForegnd = this.AddCell(SRCCON.ShdwForegnd, nameof(SRCCON.ShdwForegnd));
            this.ShdwForegndTrans = this.AddCell(SRCCON.ShdwForegndTrans, nameof(SRCCON.ShdwForegndTrans));
            this.ShdwPattern = this.AddCell(SRCCON.ShdwPattern, nameof(SRCCON.ShdwPattern));
            this.BeginArrow = this.AddCell(SRCCON.BeginArrow, nameof(SRCCON.BeginArrow));
            this.BeginArrowSize = this.AddCell(SRCCON.BeginArrowSize, nameof(SRCCON.BeginArrowSize));
            this.EndArrow = this.AddCell(SRCCON.EndArrow, nameof(SRCCON.EndArrow));
            this.EndArrowSize = this.AddCell(SRCCON.EndArrowSize, nameof(SRCCON.EndArrowSize));
            this.LineColor = this.AddCell(SRCCON.LineColor, nameof(SRCCON.LineColor));
            this.LineCap = this.AddCell(SRCCON.LineCap, nameof(SRCCON.LineCap));
            this.LineColorTrans = this.AddCell(SRCCON.LineColorTrans, nameof(SRCCON.LineColorTrans));
            this.LinePattern = this.AddCell(SRCCON.LinePattern, nameof(SRCCON.LinePattern));
            this.LineWeight = this.AddCell(SRCCON.LineWeight, nameof(SRCCON.LineWeight));
            this.Rounding = this.AddCell(SRCCON.Rounding, nameof(SRCCON.Rounding));


        }
        public CharacterFormatCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionCharacter);

            this.Color = sec.AddCell(SRCCON.CharColor, nameof(SRCCON.CharColor));
            this.Trans = sec.AddCell(SRCCON.CharColorTrans, nameof(SRCCON.CharColorTrans));
            this.Font = sec.AddCell(SRCCON.CharFont, nameof(SRCCON.CharFont));
            this.Size = sec.AddCell(SRCCON.CharSize, nameof(SRCCON.CharSize));
            this.Style = sec.AddCell(SRCCON.CharStyle, nameof(SRCCON.CharStyle));
            this.AsianFont = sec.AddCell(SRCCON.CharAsianFont, nameof(SRCCON.CharAsianFont));
            this.Case = sec.AddCell(SRCCON.CharCase, nameof(SRCCON.CharCase));
            this.ComplexScriptFont = sec.AddCell(SRCCON.CharComplexScriptFont, nameof(SRCCON.CharComplexScriptFont));
            this.ComplexScriptSize = sec.AddCell(SRCCON.CharComplexScriptSize, nameof(SRCCON.CharComplexScriptSize));
            this.DoubleStrikethrough = sec.AddCell(SRCCON.CharDoubleStrikethrough, nameof(SRCCON.CharDoubleStrikethrough));
            this.DoubleUnderline = sec.AddCell(SRCCON.CharDblUnderline, nameof(SRCCON.CharDblUnderline));
            this.LangID = sec.AddCell(SRCCON.CharLangID, nameof(SRCCON.CharLangID));
            this.Locale = sec.AddCell(SRCCON.CharLocale, nameof(SRCCON.CharLocale));
            this.LocalizeFont = sec.AddCell(SRCCON.CharLocalizeFont, nameof(SRCCON.CharLocalizeFont));
            this.Overline = sec.AddCell(SRCCON.CharOverline, nameof(SRCCON.CharOverline));
            this.Perpendicular = sec.AddCell(SRCCON.CharPerpendicular, nameof(SRCCON.CharPerpendicular));
            this.Pos = sec.AddCell(SRCCON.CharPos, nameof(SRCCON.CharPos));
            this.RTLText = sec.AddCell(SRCCON.CharRTLText, nameof(SRCCON.CharRTLText));
            this.FontScale = sec.AddCell(SRCCON.CharFontScale, nameof(SRCCON.CharFontScale));
            this.Letterspace = sec.AddCell(SRCCON.CharLetterspace, nameof(SRCCON.CharLetterspace));
            this.Strikethru = sec.AddCell(SRCCON.CharStrikethru, nameof(SRCCON.CharStrikethru));
            this.UseVertical = sec.AddCell(SRCCON.CharUseVertical, nameof(SRCCON.CharUseVertical));

        }
        public UserDefinedCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionUser);

            this.Value  = sec.AddCell(SRCCON.User_Value, nameof(SRCCON.User_Value));
            this.Prompt = sec.AddCell(SRCCON.User_Prompt, nameof(SRCCON.User_Prompt));
        }
Beispiel #4
0
        public CharacterFormatCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionCharacter);

            this.Color               = sec.AddCell(SRCCON.CharColor, nameof(SRCCON.CharColor));
            this.Trans               = sec.AddCell(SRCCON.CharColorTrans, nameof(SRCCON.CharColorTrans));
            this.Font                = sec.AddCell(SRCCON.CharFont, nameof(SRCCON.CharFont));
            this.Size                = sec.AddCell(SRCCON.CharSize, nameof(SRCCON.CharSize));
            this.Style               = sec.AddCell(SRCCON.CharStyle, nameof(SRCCON.CharStyle));
            this.AsianFont           = sec.AddCell(SRCCON.CharAsianFont, nameof(SRCCON.CharAsianFont));
            this.Case                = sec.AddCell(SRCCON.CharCase, nameof(SRCCON.CharCase));
            this.ComplexScriptFont   = sec.AddCell(SRCCON.CharComplexScriptFont, nameof(SRCCON.CharComplexScriptFont));
            this.ComplexScriptSize   = sec.AddCell(SRCCON.CharComplexScriptSize, nameof(SRCCON.CharComplexScriptSize));
            this.DoubleStrikethrough = sec.AddCell(SRCCON.CharDoubleStrikethrough, nameof(SRCCON.CharDoubleStrikethrough));
            this.DoubleUnderline     = sec.AddCell(SRCCON.CharDblUnderline, nameof(SRCCON.CharDblUnderline));
            this.LangID              = sec.AddCell(SRCCON.CharLangID, nameof(SRCCON.CharLangID));
            this.Locale              = sec.AddCell(SRCCON.CharLocale, nameof(SRCCON.CharLocale));
            this.LocalizeFont        = sec.AddCell(SRCCON.CharLocalizeFont, nameof(SRCCON.CharLocalizeFont));
            this.Overline            = sec.AddCell(SRCCON.CharOverline, nameof(SRCCON.CharOverline));
            this.Perpendicular       = sec.AddCell(SRCCON.CharPerpendicular, nameof(SRCCON.CharPerpendicular));
            this.Pos         = sec.AddCell(SRCCON.CharPos, nameof(SRCCON.CharPos));
            this.RTLText     = sec.AddCell(SRCCON.CharRTLText, nameof(SRCCON.CharRTLText));
            this.FontScale   = sec.AddCell(SRCCON.CharFontScale, nameof(SRCCON.CharFontScale));
            this.Letterspace = sec.AddCell(SRCCON.CharLetterspace, nameof(SRCCON.CharLetterspace));
            this.Strikethru  = sec.AddCell(SRCCON.CharStrikethru, nameof(SRCCON.CharStrikethru));
            this.UseVertical = sec.AddCell(SRCCON.CharUseVertical, nameof(SRCCON.CharUseVertical));
        }
        public LockCellsQuery()
        {





            this.LockAspect = this.AddCell(SRCCON.LockAspect, nameof(SRCCON.LockAspect));
            this.LockBegin = this.AddCell(SRCCON.LockBegin, nameof(SRCCON.LockBegin));
            this.LockCalcWH = this.AddCell(SRCCON.LockCalcWH, nameof(SRCCON.LockCalcWH));
            this.LockCrop = this.AddCell(SRCCON.LockCrop, nameof(SRCCON.LockCrop));
            this.LockCustProp = this.AddCell(SRCCON.LockCustProp, nameof(SRCCON.LockCustProp));
            this.LockDelete = this.AddCell(SRCCON.LockDelete, nameof(SRCCON.LockDelete));
            this.LockEnd = this.AddCell(SRCCON.LockEnd, nameof(SRCCON.LockEnd));
            this.LockFormat = this.AddCell(SRCCON.LockFormat, nameof(SRCCON.LockFormat));
            this.LockFromGroupFormat = this.AddCell(SRCCON.LockFromGroupFormat, nameof(SRCCON.LockFromGroupFormat));
            this.LockGroup = this.AddCell(SRCCON.LockGroup, nameof(SRCCON.LockGroup));
            this.LockHeight = this.AddCell(SRCCON.LockHeight, nameof(SRCCON.LockHeight));
            this.LockMoveX = this.AddCell(SRCCON.LockMoveX, nameof(SRCCON.LockMoveX));
            this.LockMoveY = this.AddCell(SRCCON.LockMoveY, nameof(SRCCON.LockMoveY));
            this.LockRotate = this.AddCell(SRCCON.LockRotate, nameof(SRCCON.LockRotate));
            this.LockSelect = this.AddCell(SRCCON.LockSelect, nameof(SRCCON.LockSelect));
            this.LockTextEdit = this.AddCell(SRCCON.LockTextEdit, nameof(SRCCON.LockTextEdit));
            this.LockThemeColors = this.AddCell(SRCCON.LockThemeColors, nameof(SRCCON.LockThemeColors));
            this.LockThemeEffects = this.AddCell(SRCCON.LockThemeEffects, nameof(SRCCON.LockThemeEffects));
            this.LockVtxEdit = this.AddCell(SRCCON.LockVtxEdit, nameof(SRCCON.LockVtxEdit));
            this.LockWidth = this.AddCell(SRCCON.LockWidth, nameof(SRCCON.LockWidth));


        }
Beispiel #6
0
 public ShapeFormatCellsQuery()
 {
     this.FillBkgnd             = this.AddCell(SRCCON.FillBkgnd, nameof(SRCCON.FillBkgnd));
     this.FillBkgndTrans        = this.AddCell(SRCCON.FillBkgndTrans, nameof(SRCCON.FillBkgndTrans));
     this.FillForegnd           = this.AddCell(SRCCON.FillForegnd, nameof(SRCCON.FillForegnd));
     this.FillForegndTrans      = this.AddCell(SRCCON.FillForegndTrans, nameof(SRCCON.FillForegndTrans));
     this.FillPattern           = this.AddCell(SRCCON.FillPattern, nameof(SRCCON.FillPattern));
     this.ShapeShdwObliqueAngle = this.AddCell(SRCCON.ShapeShdwObliqueAngle, nameof(SRCCON.ShapeShdwObliqueAngle));
     this.ShapeShdwOffsetX      = this.AddCell(SRCCON.ShapeShdwOffsetX, nameof(SRCCON.ShapeShdwOffsetX));
     this.ShapeShdwOffsetY      = this.AddCell(SRCCON.ShapeShdwOffsetY, nameof(SRCCON.ShapeShdwOffsetY));
     this.ShapeShdwScaleFactor  = this.AddCell(SRCCON.ShapeShdwScaleFactor, nameof(SRCCON.ShapeShdwScaleFactor));
     this.ShapeShdwType         = this.AddCell(SRCCON.ShapeShdwType, nameof(SRCCON.ShapeShdwType));
     this.ShdwBkgnd             = this.AddCell(SRCCON.ShdwBkgnd, nameof(SRCCON.ShdwBkgnd));
     this.ShdwBkgndTrans        = this.AddCell(SRCCON.ShdwBkgndTrans, nameof(SRCCON.ShdwBkgndTrans));
     this.ShdwForegnd           = this.AddCell(SRCCON.ShdwForegnd, nameof(SRCCON.ShdwForegnd));
     this.ShdwForegndTrans      = this.AddCell(SRCCON.ShdwForegndTrans, nameof(SRCCON.ShdwForegndTrans));
     this.ShdwPattern           = this.AddCell(SRCCON.ShdwPattern, nameof(SRCCON.ShdwPattern));
     this.BeginArrow            = this.AddCell(SRCCON.BeginArrow, nameof(SRCCON.BeginArrow));
     this.BeginArrowSize        = this.AddCell(SRCCON.BeginArrowSize, nameof(SRCCON.BeginArrowSize));
     this.EndArrow       = this.AddCell(SRCCON.EndArrow, nameof(SRCCON.EndArrow));
     this.EndArrowSize   = this.AddCell(SRCCON.EndArrowSize, nameof(SRCCON.EndArrowSize));
     this.LineColor      = this.AddCell(SRCCON.LineColor, nameof(SRCCON.LineColor));
     this.LineCap        = this.AddCell(SRCCON.LineCap, nameof(SRCCON.LineCap));
     this.LineColorTrans = this.AddCell(SRCCON.LineColorTrans, nameof(SRCCON.LineColorTrans));
     this.LinePattern    = this.AddCell(SRCCON.LinePattern, nameof(SRCCON.LinePattern));
     this.LineWeight     = this.AddCell(SRCCON.LineWeight, nameof(SRCCON.LineWeight));
     this.Rounding       = this.AddCell(SRCCON.Rounding, nameof(SRCCON.Rounding));
 }
Beispiel #7
0
        public ConnectionPointCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionConnectionPts);

            this.DirX = sec.AddCell(SRCCON.Connections_DirX, nameof(SRCCON.Connections_DirX));
            this.DirY = sec.AddCell(SRCCON.Connections_DirY, nameof(SRCCON.Connections_DirY));
            this.Type = sec.AddCell(SRCCON.Connections_Type, nameof(SRCCON.Connections_Type));
            this.X    = sec.AddCell(SRCCON.Connections_X, nameof(SRCCON.Connections_X));
            this.Y    = sec.AddCell(SRCCON.Connections_Y, nameof(SRCCON.Connections_Y));
        }
 public XFormCellsQuery()
 {
     this.PinX = this.AddCell(SRCCON.PinX, nameof(SRCCON.PinX));
     this.PinY = this.AddCell(SRCCON.PinY, nameof(SRCCON.PinY));
     this.LocPinX = this.AddCell(SRCCON.LocPinX, nameof(SRCCON.LocPinX));
     this.LocPinY = this.AddCell(SRCCON.LocPinY, nameof(SRCCON.LocPinY));
     this.Width = this.AddCell(SRCCON.Width, nameof(SRCCON.Width));
     this.Height = this.AddCell(SRCCON.Height, nameof(SRCCON.Height));
     this.Angle = this.AddCell(SRCCON.Angle, nameof(SRCCON.Angle));
 }
 public XFormCellsQuery()
 {
     this.PinX    = this.AddCell(SRCCON.PinX, nameof(SRCCON.PinX));
     this.PinY    = this.AddCell(SRCCON.PinY, nameof(SRCCON.PinY));
     this.LocPinX = this.AddCell(SRCCON.LocPinX, nameof(SRCCON.LocPinX));
     this.LocPinY = this.AddCell(SRCCON.LocPinY, nameof(SRCCON.LocPinY));
     this.Width   = this.AddCell(SRCCON.Width, nameof(SRCCON.Width));
     this.Height  = this.AddCell(SRCCON.Height, nameof(SRCCON.Height));
     this.Angle   = this.AddCell(SRCCON.Angle, nameof(SRCCON.Angle));
 }
        public ConnectionPointCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionConnectionPts);

            this.DirX = sec.AddCell(SRCCON.Connections_DirX, nameof(SRCCON.Connections_DirX));
            this.DirY = sec.AddCell(SRCCON.Connections_DirY, nameof(SRCCON.Connections_DirY));
            this.Type = sec.AddCell(SRCCON.Connections_Type, nameof(SRCCON.Connections_Type));
            this.X = sec.AddCell(SRCCON.Connections_X, nameof(SRCCON.Connections_X));
            this.Y = sec.AddCell(SRCCON.Connections_Y, nameof(SRCCON.Connections_Y));

        }
        public HyperlinkCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionHyperlink);

            this.Address     = sec.AddCell(SRCConstants.Hyperlink_Address, nameof(SRCConstants.Hyperlink_Address));
            this.Default     = sec.AddCell(SRCConstants.Hyperlink_Default, nameof(SRCConstants.Hyperlink_Default));
            this.Description = sec.AddCell(SRCConstants.Hyperlink_Description, nameof(SRCConstants.Hyperlink_Description));
            this.ExtraInfo   = sec.AddCell(SRCConstants.Hyperlink_ExtraInfo, nameof(SRCConstants.Hyperlink_ExtraInfo));
            this.Frame       = sec.AddCell(SRCConstants.Hyperlink_Frame, nameof(SRCConstants.Hyperlink_Frame));
            this.Invisible   = sec.AddCell(SRCConstants.Hyperlink_Invisible, nameof(SRCConstants.Hyperlink_Invisible));
            this.NewWindow   = sec.AddCell(SRCConstants.Hyperlink_NewWindow, nameof(SRCConstants.Hyperlink_NewWindow));
            this.SortKey     = sec.AddCell(SRCConstants.Hyperlink_SortKey, nameof(SRCConstants.Hyperlink_SortKey));
            this.SubAddress  = sec.AddCell(SRCConstants.Hyperlink_SubAddress, nameof(SRCConstants.Hyperlink_SubAddress));
        }
        public ControlCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionControls);



            this.CanGlue   = sec.AddCell(SRCCON.Controls_CanGlue, nameof(SRCCON.Controls_CanGlue));
            this.Tip       = sec.AddCell(SRCCON.Controls_Tip, nameof(SRCCON.Controls_Tip));
            this.X         = sec.AddCell(SRCCON.Controls_X, nameof(SRCCON.Controls_X));
            this.Y         = sec.AddCell(SRCCON.Controls_Y, nameof(SRCCON.Controls_Y));
            this.YBehavior = sec.AddCell(SRCCON.Controls_YCon, nameof(SRCCON.Controls_YCon));
            this.XBehavior = sec.AddCell(SRCCON.Controls_XCon, nameof(SRCCON.Controls_XCon));
            this.XDynamics = sec.AddCell(SRCCON.Controls_XDyn, nameof(SRCCON.Controls_XDyn));
            this.YDynamics = sec.AddCell(SRCCON.Controls_YDyn, nameof(SRCCON.Controls_YDyn));
        }
        public CustomPropertyCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionProp);


            this.SortKey  = sec.AddCell(SRCCON.Prop_SortKey, nameof(SRCCON.Prop_SortKey));
            this.Ask      = sec.AddCell(SRCCON.Prop_Ask, nameof(SRCCON.Prop_Ask));
            this.Calendar = sec.AddCell(SRCCON.Prop_Calendar, nameof(SRCCON.Prop_Calendar));
            this.Format   = sec.AddCell(SRCCON.Prop_Format, nameof(SRCCON.Prop_Format));
            this.Invis    = sec.AddCell(SRCCON.Prop_Invisible, nameof(SRCCON.Prop_Invisible));
            this.Label    = sec.AddCell(SRCCON.Prop_Label, nameof(SRCCON.Prop_Label));
            this.LangID   = sec.AddCell(SRCCON.Prop_LangID, nameof(SRCCON.Prop_LangID));
            this.Prompt   = sec.AddCell(SRCCON.Prop_Prompt, nameof(SRCCON.Prop_Prompt));
            this.Type     = sec.AddCell(SRCCON.Prop_Type, nameof(SRCCON.Prop_Type));
            this.Value    = sec.AddCell(SRCCON.Prop_Value, nameof(SRCCON.Prop_Value));
        }
        public CustomPropertyCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionProp);


            this.SortKey = sec.AddCell(SRCCON.Prop_SortKey, nameof(SRCCON.Prop_SortKey));
            this.Ask = sec.AddCell(SRCCON.Prop_Ask, nameof(SRCCON.Prop_Ask));
            this.Calendar = sec.AddCell(SRCCON.Prop_Calendar, nameof(SRCCON.Prop_Calendar));
            this.Format = sec.AddCell(SRCCON.Prop_Format, nameof(SRCCON.Prop_Format));
            this.Invis = sec.AddCell(SRCCON.Prop_Invisible, nameof(SRCCON.Prop_Invisible));
            this.Label = sec.AddCell(SRCCON.Prop_Label, nameof(SRCCON.Prop_Label));
            this.LangID = sec.AddCell(SRCCON.Prop_LangID, nameof(SRCCON.Prop_LangID));
            this.Prompt = sec.AddCell(SRCCON.Prop_Prompt, nameof(SRCCON.Prop_Prompt));
            this.Type = sec.AddCell(SRCCON.Prop_Type, nameof(SRCCON.Prop_Type));
            this.Value = sec.AddCell(SRCCON.Prop_Value, nameof(SRCCON.Prop_Value));

        }
 public ParagraphFormatCellsQuery()
 {
     var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionParagraph);
     this.Bullet = sec.AddCell(SRCCON.Para_Bullet, nameof(SRCCON.Para_Bullet));
     this.BulletFont = sec.AddCell(SRCCON.Para_BulletFont, nameof(SRCCON.Para_BulletFont));
     this.BulletFontSize = sec.AddCell(SRCCON.Para_BulletFontSize, nameof(SRCCON.Para_BulletFontSize));
     this.BulletString = sec.AddCell(SRCCON.Para_BulletStr, nameof(SRCCON.Para_BulletStr));
     this.Flags = sec.AddCell(SRCCON.Para_Flags, nameof(SRCCON.Para_Flags));
     this.HorzAlign = sec.AddCell(SRCCON.Para_HorzAlign, nameof(SRCCON.Para_HorzAlign));
     this.IndentFirst = sec.AddCell(SRCCON.Para_IndFirst, nameof(SRCCON.Para_IndFirst));
     this.IndentLeft = sec.AddCell(SRCCON.Para_IndLeft, nameof(SRCCON.Para_IndLeft));
     this.IndentRight = sec.AddCell(SRCCON.Para_IndRight, nameof(SRCCON.Para_IndRight));
     this.LocalizeBulletFont = sec.AddCell(SRCCON.Para_LocalizeBulletFont, nameof(SRCCON.Para_LocalizeBulletFont));
     this.SpaceAfter = sec.AddCell(SRCCON.Para_SpAfter, nameof(SRCCON.Para_SpAfter));
     this.SpaceBefore = sec.AddCell(SRCCON.Para_SpBefore, nameof(SRCCON.Para_SpBefore));
     this.SpaceLine = sec.AddCell(SRCCON.Para_SpLine, nameof(SRCCON.Para_SpLine));
     this.TextPosAfterBullet = sec.AddCell(SRCCON.Para_TextPosAfterBullet, nameof(SRCCON.Para_TextPosAfterBullet));
 }
        public ControlCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionControls);





            this.CanGlue = sec.AddCell(SRCCON.Controls_CanGlue, nameof(SRCCON.Controls_CanGlue));
            this.Tip = sec.AddCell(SRCCON.Controls_Tip, nameof(SRCCON.Controls_Tip));
            this.X = sec.AddCell(SRCCON.Controls_X, nameof(SRCCON.Controls_X));
            this.Y = sec.AddCell(SRCCON.Controls_Y, nameof(SRCCON.Controls_Y));
            this.YBehavior = sec.AddCell(SRCCON.Controls_YCon, nameof(SRCCON.Controls_YCon));
            this.XBehavior = sec.AddCell(SRCCON.Controls_XCon, nameof(SRCCON.Controls_XCon));
            this.XDynamics = sec.AddCell(SRCCON.Controls_XDyn, nameof(SRCCON.Controls_XDyn));
            this.YDynamics = sec.AddCell(SRCCON.Controls_YDyn, nameof(SRCCON.Controls_YDyn));

        }
Beispiel #17
0
        public ParagraphFormatCellsQuery()
        {
            var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionParagraph);

            this.Bullet             = sec.AddCell(SRCCON.Para_Bullet, nameof(SRCCON.Para_Bullet));
            this.BulletFont         = sec.AddCell(SRCCON.Para_BulletFont, nameof(SRCCON.Para_BulletFont));
            this.BulletFontSize     = sec.AddCell(SRCCON.Para_BulletFontSize, nameof(SRCCON.Para_BulletFontSize));
            this.BulletString       = sec.AddCell(SRCCON.Para_BulletStr, nameof(SRCCON.Para_BulletStr));
            this.Flags              = sec.AddCell(SRCCON.Para_Flags, nameof(SRCCON.Para_Flags));
            this.HorzAlign          = sec.AddCell(SRCCON.Para_HorzAlign, nameof(SRCCON.Para_HorzAlign));
            this.IndentFirst        = sec.AddCell(SRCCON.Para_IndFirst, nameof(SRCCON.Para_IndFirst));
            this.IndentLeft         = sec.AddCell(SRCCON.Para_IndLeft, nameof(SRCCON.Para_IndLeft));
            this.IndentRight        = sec.AddCell(SRCCON.Para_IndRight, nameof(SRCCON.Para_IndRight));
            this.LocalizeBulletFont = sec.AddCell(SRCCON.Para_LocalizeBulletFont, nameof(SRCCON.Para_LocalizeBulletFont));
            this.SpaceAfter         = sec.AddCell(SRCCON.Para_SpAfter, nameof(SRCCON.Para_SpAfter));
            this.SpaceBefore        = sec.AddCell(SRCCON.Para_SpBefore, nameof(SRCCON.Para_SpBefore));
            this.SpaceLine          = sec.AddCell(SRCCON.Para_SpLine, nameof(SRCCON.Para_SpLine));
            this.TextPosAfterBullet = sec.AddCell(SRCCON.Para_TextPosAfterBullet, nameof(SRCCON.Para_TextPosAfterBullet));
        }
Beispiel #18
0
 public TextBlockCellsQuery() :
     base()
 {
     this.BottomMargin   = this.AddCell(SRCCON.BottomMargin, nameof(SRCCON.BottomMargin));
     this.LeftMargin     = this.AddCell(SRCCON.LeftMargin, nameof(SRCCON.LeftMargin));
     this.RightMargin    = this.AddCell(SRCCON.RightMargin, nameof(SRCCON.RightMargin));
     this.TopMargin      = this.AddCell(SRCCON.TopMargin, nameof(SRCCON.TopMargin));
     this.DefaultTabStop = this.AddCell(SRCCON.DefaultTabStop, nameof(SRCCON.DefaultTabStop));
     this.TextBkgnd      = this.AddCell(SRCCON.TextBkgnd, nameof(SRCCON.TextBkgnd));
     this.TextBkgndTrans = this.AddCell(SRCCON.TextBkgndTrans, nameof(SRCCON.TextBkgndTrans));
     this.TextDirection  = this.AddCell(SRCCON.TextDirection, nameof(SRCCON.TextDirection));
     this.VerticalAlign  = this.AddCell(SRCCON.VerticalAlign, nameof(SRCCON.VerticalAlign));
     this.TxtPinX        = this.AddCell(SRCCON.TxtPinX, nameof(SRCCON.TxtPinX));
     this.TxtPinY        = this.AddCell(SRCCON.TxtPinY, nameof(SRCCON.TxtPinY));
     this.TxtLocPinX     = this.AddCell(SRCCON.TxtLocPinX, nameof(SRCCON.TxtLocPinX));
     this.TxtLocPinY     = this.AddCell(SRCCON.TxtLocPinY, nameof(SRCCON.TxtLocPinY));
     this.TxtWidth       = this.AddCell(SRCCON.TxtWidth, nameof(SRCCON.TxtWidth));
     this.TxtHeight      = this.AddCell(SRCCON.TxtHeight, nameof(SRCCON.TxtHeight));
     this.TxtAngle       = this.AddCell(SRCCON.TxtAngle, nameof(SRCCON.TxtAngle));
 }
        public TextBlockCellsQuery() :
            base()
        {
            this.BottomMargin = this.AddCell(SRCCON.BottomMargin, nameof(SRCCON.BottomMargin));
            this.LeftMargin = this.AddCell(SRCCON.LeftMargin, nameof(SRCCON.LeftMargin));
            this.RightMargin = this.AddCell(SRCCON.RightMargin, nameof(SRCCON.RightMargin));
            this.TopMargin = this.AddCell(SRCCON.TopMargin, nameof(SRCCON.TopMargin));
            this.DefaultTabStop = this.AddCell(SRCCON.DefaultTabStop, nameof(SRCCON.DefaultTabStop));
            this.TextBkgnd = this.AddCell(SRCCON.TextBkgnd, nameof(SRCCON.TextBkgnd));
            this.TextBkgndTrans = this.AddCell(SRCCON.TextBkgndTrans, nameof(SRCCON.TextBkgndTrans));
            this.TextDirection = this.AddCell(SRCCON.TextDirection, nameof(SRCCON.TextDirection));
            this.VerticalAlign = this.AddCell(SRCCON.VerticalAlign, nameof(SRCCON.VerticalAlign));
            this.TxtPinX = this.AddCell(SRCCON.TxtPinX, nameof(SRCCON.TxtPinX));
            this.TxtPinY = this.AddCell(SRCCON.TxtPinY, nameof(SRCCON.TxtPinY));
            this.TxtLocPinX = this.AddCell(SRCCON.TxtLocPinX, nameof(SRCCON.TxtLocPinX));
            this.TxtLocPinY = this.AddCell(SRCCON.TxtLocPinY, nameof(SRCCON.TxtLocPinY));
            this.TxtWidth = this.AddCell(SRCCON.TxtWidth, nameof(SRCCON.TxtWidth));
            this.TxtHeight = this.AddCell(SRCCON.TxtHeight, nameof(SRCCON.TxtHeight));
            this.TxtAngle = this.AddCell(SRCCON.TxtAngle, nameof(SRCCON.TxtAngle));

        }
 public ShapeLayoutCellsQuery() :
     base()
 {
     this.ConFixedCode        = this.AddCell(SRCCON.ConFixedCode, nameof(SRCCON.ConFixedCode));
     this.ConLineJumpCode     = this.AddCell(SRCCON.ConLineJumpCode, nameof(SRCCON.ConLineJumpCode));
     this.ConLineJumpDirX     = this.AddCell(SRCCON.ConLineJumpDirX, nameof(SRCCON.ConLineJumpDirX));
     this.ConLineJumpDirY     = this.AddCell(SRCCON.ConLineJumpDirY, nameof(SRCCON.ConLineJumpDirY));
     this.ConLineJumpStyle    = this.AddCell(SRCCON.ConLineJumpStyle, nameof(SRCCON.ConLineJumpStyle));
     this.ConLineRouteExt     = this.AddCell(SRCCON.ConLineRouteExt, nameof(SRCCON.ConLineRouteExt));
     this.ShapeFixedCode      = this.AddCell(SRCCON.ShapeFixedCode, nameof(SRCCON.ShapeFixedCode));
     this.ShapePermeablePlace = this.AddCell(SRCCON.ShapePermeablePlace, nameof(SRCCON.ShapePermeablePlace));
     this.ShapePermeableX     = this.AddCell(SRCCON.ShapePermeableX, nameof(SRCCON.ShapePermeableX));
     this.ShapePermeableY     = this.AddCell(SRCCON.ShapePermeableY, nameof(SRCCON.ShapePermeableY));
     this.ShapePlaceFlip      = this.AddCell(SRCCON.ShapePlaceFlip, nameof(SRCCON.ShapePlaceFlip));
     this.ShapePlaceStyle     = this.AddCell(SRCCON.ShapePlaceStyle, nameof(SRCCON.ShapePlaceStyle));
     this.ShapePlowCode       = this.AddCell(SRCCON.ShapePlowCode, nameof(SRCCON.ShapePlowCode));
     this.ShapeRouteStyle     = this.AddCell(SRCCON.ShapeRouteStyle, nameof(SRCCON.ShapeRouteStyle));
     this.ShapeSplit          = this.AddCell(SRCCON.ShapeSplit, nameof(SRCCON.ShapeSplit));
     this.ShapeSplittable     = this.AddCell(SRCCON.ShapeSplittable, nameof(SRCCON.ShapeSplittable));
     this.DisplayLevel        = this.AddCell(SRCCON.DisplayLevel, nameof(SRCCON.DisplayLevel));
     this.Relationships       = this.AddCell(SRCCON.Relationships, nameof(SRCCON.Relationships));
 }
Beispiel #21
0
 public LockCellsQuery()
 {
     this.LockAspect          = this.AddCell(SRCCON.LockAspect, nameof(SRCCON.LockAspect));
     this.LockBegin           = this.AddCell(SRCCON.LockBegin, nameof(SRCCON.LockBegin));
     this.LockCalcWH          = this.AddCell(SRCCON.LockCalcWH, nameof(SRCCON.LockCalcWH));
     this.LockCrop            = this.AddCell(SRCCON.LockCrop, nameof(SRCCON.LockCrop));
     this.LockCustProp        = this.AddCell(SRCCON.LockCustProp, nameof(SRCCON.LockCustProp));
     this.LockDelete          = this.AddCell(SRCCON.LockDelete, nameof(SRCCON.LockDelete));
     this.LockEnd             = this.AddCell(SRCCON.LockEnd, nameof(SRCCON.LockEnd));
     this.LockFormat          = this.AddCell(SRCCON.LockFormat, nameof(SRCCON.LockFormat));
     this.LockFromGroupFormat = this.AddCell(SRCCON.LockFromGroupFormat, nameof(SRCCON.LockFromGroupFormat));
     this.LockGroup           = this.AddCell(SRCCON.LockGroup, nameof(SRCCON.LockGroup));
     this.LockHeight          = this.AddCell(SRCCON.LockHeight, nameof(SRCCON.LockHeight));
     this.LockMoveX           = this.AddCell(SRCCON.LockMoveX, nameof(SRCCON.LockMoveX));
     this.LockMoveY           = this.AddCell(SRCCON.LockMoveY, nameof(SRCCON.LockMoveY));
     this.LockRotate          = this.AddCell(SRCCON.LockRotate, nameof(SRCCON.LockRotate));
     this.LockSelect          = this.AddCell(SRCCON.LockSelect, nameof(SRCCON.LockSelect));
     this.LockTextEdit        = this.AddCell(SRCCON.LockTextEdit, nameof(SRCCON.LockTextEdit));
     this.LockThemeColors     = this.AddCell(SRCCON.LockThemeColors, nameof(SRCCON.LockThemeColors));
     this.LockThemeEffects    = this.AddCell(SRCCON.LockThemeEffects, nameof(SRCCON.LockThemeEffects));
     this.LockVtxEdit         = this.AddCell(SRCCON.LockVtxEdit, nameof(SRCCON.LockVtxEdit));
     this.LockWidth           = this.AddCell(SRCCON.LockWidth, nameof(SRCCON.LockWidth));
 }
        public ShapeLayoutCellsQuery() :
            base()
        {
            this.ConFixedCode = this.AddCell(SRCCON.ConFixedCode, nameof(SRCCON.ConFixedCode));
            this.ConLineJumpCode = this.AddCell(SRCCON.ConLineJumpCode, nameof(SRCCON.ConLineJumpCode));
            this.ConLineJumpDirX = this.AddCell(SRCCON.ConLineJumpDirX, nameof(SRCCON.ConLineJumpDirX));
            this.ConLineJumpDirY = this.AddCell(SRCCON.ConLineJumpDirY, nameof(SRCCON.ConLineJumpDirY));
            this.ConLineJumpStyle = this.AddCell(SRCCON.ConLineJumpStyle, nameof(SRCCON.ConLineJumpStyle));
            this.ConLineRouteExt = this.AddCell(SRCCON.ConLineRouteExt, nameof(SRCCON.ConLineRouteExt));
            this.ShapeFixedCode = this.AddCell(SRCCON.ShapeFixedCode, nameof(SRCCON.ShapeFixedCode));
            this.ShapePermeablePlace = this.AddCell(SRCCON.ShapePermeablePlace, nameof(SRCCON.ShapePermeablePlace));
            this.ShapePermeableX = this.AddCell(SRCCON.ShapePermeableX, nameof(SRCCON.ShapePermeableX));
            this.ShapePermeableY = this.AddCell(SRCCON.ShapePermeableY, nameof(SRCCON.ShapePermeableY));
            this.ShapePlaceFlip = this.AddCell(SRCCON.ShapePlaceFlip, nameof(SRCCON.ShapePlaceFlip));
            this.ShapePlaceStyle = this.AddCell(SRCCON.ShapePlaceStyle, nameof(SRCCON.ShapePlaceStyle));
            this.ShapePlowCode = this.AddCell(SRCCON.ShapePlowCode, nameof(SRCCON.ShapePlowCode));
            this.ShapeRouteStyle = this.AddCell(SRCCON.ShapeRouteStyle, nameof(SRCCON.ShapeRouteStyle));
            this.ShapeSplit = this.AddCell(SRCCON.ShapeSplit, nameof(SRCCON.ShapeSplit));
            this.ShapeSplittable = this.AddCell(SRCCON.ShapeSplittable, nameof(SRCCON.ShapeSplittable));
            this.DisplayLevel = this.AddCell(SRCCON.DisplayLevel, nameof(SRCCON.DisplayLevel));
            this.Relationships = this.AddCell(SRCCON.Relationships, nameof(SRCCON.Relationships));


        }
 public UserDefinedCellsQuery()
 {
     var sec = this.AddSection(Microsoft.Office.Interop.Visio.VisSectionIndices.visSectionUser);
     this.Value = sec.AddCell(SRCCON.User_Value, nameof(SRCCON.User_Value));
     this.Prompt = sec.AddCell(SRCCON.User_Prompt, nameof(SRCCON.User_Prompt));
 }
 public PageCellsQuery()
 {
     this.PageLeftMargin       = this.AddCell(SRCCON.PageLeftMargin, nameof(SRCCON.PageLeftMargin));
     this.CenterX              = this.AddCell(SRCCON.CenterX, nameof(SRCCON.CenterX));
     this.CenterY              = this.AddCell(SRCCON.CenterY, nameof(SRCCON.CenterY));
     this.OnPage               = this.AddCell(SRCCON.OnPage, nameof(SRCCON.OnPage));
     this.PageBottomMargin     = this.AddCell(SRCCON.PageBottomMargin, nameof(SRCCON.PageBottomMargin));
     this.PageRightMargin      = this.AddCell(SRCCON.PageRightMargin, nameof(SRCCON.PageRightMargin));
     this.PagesX               = this.AddCell(SRCCON.PagesX, nameof(SRCCON.PagesX));
     this.PagesY               = this.AddCell(SRCCON.PagesY, nameof(SRCCON.PagesY));
     this.PageTopMargin        = this.AddCell(SRCCON.PageTopMargin, nameof(SRCCON.PageTopMargin));
     this.PaperKind            = this.AddCell(SRCCON.PaperKind, nameof(SRCCON.PaperKind));
     this.PrintGrid            = this.AddCell(SRCCON.PrintGrid, nameof(SRCCON.PrintGrid));
     this.PrintPageOrientation = this.AddCell(SRCCON.PrintPageOrientation, nameof(SRCCON.PrintPageOrientation));
     this.ScaleX               = this.AddCell(SRCCON.ScaleX, nameof(SRCCON.ScaleX));
     this.ScaleY               = this.AddCell(SRCCON.ScaleY, nameof(SRCCON.ScaleY));
     this.PaperSource          = this.AddCell(SRCCON.PaperSource, nameof(SRCCON.PaperSource));
     this.DrawingScale         = this.AddCell(SRCCON.DrawingScale, nameof(SRCCON.DrawingScale));
     this.DrawingScaleType     = this.AddCell(SRCCON.DrawingScaleType, nameof(SRCCON.DrawingScaleType));
     this.DrawingSizeType      = this.AddCell(SRCCON.DrawingSizeType, nameof(SRCCON.DrawingSizeType));
     this.InhibitSnap          = this.AddCell(SRCCON.InhibitSnap, nameof(SRCCON.InhibitSnap));
     this.PageHeight           = this.AddCell(SRCCON.PageHeight, nameof(SRCCON.PageHeight));
     this.PageScale            = this.AddCell(SRCCON.PageScale, nameof(SRCCON.PageScale));
     this.PageWidth            = this.AddCell(SRCCON.PageWidth, nameof(SRCCON.PageWidth));
     this.ShdwObliqueAngle     = this.AddCell(SRCCON.ShdwObliqueAngle, nameof(SRCCON.ShdwObliqueAngle));
     this.ShdwOffsetX          = this.AddCell(SRCCON.ShdwOffsetX, nameof(SRCCON.ShdwOffsetX));
     this.ShdwOffsetY          = this.AddCell(SRCCON.ShdwOffsetY, nameof(SRCCON.ShdwOffsetY));
     this.ShdwScaleFactor      = this.AddCell(SRCCON.ShdwScaleFactor, nameof(SRCCON.ShdwScaleFactor));
     this.ShdwType             = this.AddCell(SRCCON.ShdwType, nameof(SRCCON.ShdwType));
     this.UIVisibility         = this.AddCell(SRCCON.UIVisibility, nameof(SRCCON.UIVisibility));
     this.XGridDensity         = this.AddCell(SRCCON.XGridDensity, nameof(SRCCON.XGridDensity));
     this.XGridOrigin          = this.AddCell(SRCCON.XGridOrigin, nameof(SRCCON.XGridOrigin));
     this.XGridSpacing         = this.AddCell(SRCCON.XGridSpacing, nameof(SRCCON.XGridSpacing));
     this.XRulerDensity        = this.AddCell(SRCCON.XRulerDensity, nameof(SRCCON.XRulerDensity));
     this.XRulerOrigin         = this.AddCell(SRCCON.XRulerOrigin, nameof(SRCCON.XRulerOrigin));
     this.YGridDensity         = this.AddCell(SRCCON.YGridDensity, nameof(SRCCON.YGridDensity));
     this.YGridOrigin          = this.AddCell(SRCCON.YGridOrigin, nameof(SRCCON.YGridOrigin));
     this.YGridSpacing         = this.AddCell(SRCCON.YGridSpacing, nameof(SRCCON.YGridSpacing));
     this.YRulerDensity        = this.AddCell(SRCCON.YRulerDensity, nameof(SRCCON.YRulerDensity));
     this.YRulerOrigin         = this.AddCell(SRCCON.YRulerOrigin, nameof(SRCCON.YRulerOrigin));
     this.AvenueSizeX          = this.AddCell(SRCCON.AvenueSizeX, nameof(SRCCON.AvenueSizeX));
     this.AvenueSizeY          = this.AddCell(SRCCON.AvenueSizeY, nameof(SRCCON.AvenueSizeY));
     this.BlockSizeX           = this.AddCell(SRCCON.BlockSizeX, nameof(SRCCON.BlockSizeX));
     this.BlockSizeY           = this.AddCell(SRCCON.BlockSizeY, nameof(SRCCON.BlockSizeY));
     this.CtrlAsInput          = this.AddCell(SRCCON.CtrlAsInput, nameof(SRCCON.CtrlAsInput));
     this.DynamicsOff          = this.AddCell(SRCCON.DynamicsOff, nameof(SRCCON.DynamicsOff));
     this.EnableGrid           = this.AddCell(SRCCON.EnableGrid, nameof(SRCCON.EnableGrid));
     this.LineAdjustFrom       = this.AddCell(SRCCON.LineAdjustFrom, nameof(SRCCON.LineAdjustFrom));
     this.LineAdjustTo         = this.AddCell(SRCCON.LineAdjustTo, nameof(SRCCON.LineAdjustTo));
     this.LineJumpCode         = this.AddCell(SRCCON.LineJumpCode, nameof(SRCCON.LineJumpCode));
     this.LineJumpFactorX      = this.AddCell(SRCCON.LineJumpFactorX, nameof(SRCCON.LineJumpFactorX));
     this.LineJumpFactorY      = this.AddCell(SRCCON.LineJumpFactorY, nameof(SRCCON.LineJumpFactorY));
     this.LineJumpStyle        = this.AddCell(SRCCON.LineJumpStyle, nameof(SRCCON.LineJumpStyle));
     this.LineRouteExt         = this.AddCell(SRCCON.LineRouteExt, nameof(SRCCON.LineRouteExt));
     this.LineToLineX          = this.AddCell(SRCCON.LineToLineX, nameof(SRCCON.LineToLineX));
     this.LineToLineY          = this.AddCell(SRCCON.LineToLineY, nameof(SRCCON.LineToLineY));
     this.LineToNodeX          = this.AddCell(SRCCON.LineToNodeX, nameof(SRCCON.LineToNodeX));
     this.LineToNodeY          = this.AddCell(SRCCON.LineToNodeY, nameof(SRCCON.LineToNodeY));
     this.PageLineJumpDirX     = this.AddCell(SRCCON.PageLineJumpDirX, nameof(SRCCON.PageLineJumpDirX));
     this.PageLineJumpDirY     = this.AddCell(SRCCON.PageLineJumpDirY, nameof(SRCCON.PageLineJumpDirY));
     this.PageShapeSplit       = this.AddCell(SRCCON.PageShapeSplit, nameof(SRCCON.PageShapeSplit));
     this.PlaceDepth           = this.AddCell(SRCCON.PlaceDepth, nameof(SRCCON.PlaceDepth));
     this.PlaceFlip            = this.AddCell(SRCCON.PlaceFlip, nameof(SRCCON.PlaceFlip));
     this.PlaceStyle           = this.AddCell(SRCCON.PlaceStyle, nameof(SRCCON.PlaceStyle));
     this.PlowCode             = this.AddCell(SRCCON.PlowCode, nameof(SRCCON.PlowCode));
     this.ResizePage           = this.AddCell(SRCCON.ResizePage, nameof(SRCCON.ResizePage));
     this.RouteStyle           = this.AddCell(SRCCON.RouteStyle, nameof(SRCCON.RouteStyle));
     this.AvoidPageBreaks      = this.AddCell(SRCCON.AvoidPageBreaks, nameof(SRCCON.AvoidPageBreaks));
     this.DrawingResizeType    = this.AddCell(SRCCON.DrawingResizeType, nameof(SRCCON.DrawingResizeType));
 }
 public PageCellsQuery()
 {
     this.PageLeftMargin = this.AddCell(SRCCON.PageLeftMargin, nameof(SRCCON.PageLeftMargin));
     this.CenterX = this.AddCell(SRCCON.CenterX, nameof(SRCCON.CenterX));
     this.CenterY = this.AddCell(SRCCON.CenterY, nameof(SRCCON.CenterY));
     this.OnPage = this.AddCell(SRCCON.OnPage, nameof(SRCCON.OnPage));
     this.PageBottomMargin = this.AddCell(SRCCON.PageBottomMargin, nameof(SRCCON.PageBottomMargin));
     this.PageRightMargin = this.AddCell(SRCCON.PageRightMargin, nameof(SRCCON.PageRightMargin));
     this.PagesX = this.AddCell(SRCCON.PagesX, nameof(SRCCON.PagesX));
     this.PagesY = this.AddCell(SRCCON.PagesY, nameof(SRCCON.PagesY));
     this.PageTopMargin = this.AddCell(SRCCON.PageTopMargin, nameof(SRCCON.PageTopMargin));
     this.PaperKind = this.AddCell(SRCCON.PaperKind, nameof(SRCCON.PaperKind));
     this.PrintGrid = this.AddCell(SRCCON.PrintGrid, nameof(SRCCON.PrintGrid));
     this.PrintPageOrientation = this.AddCell(SRCCON.PrintPageOrientation, nameof(SRCCON.PrintPageOrientation));
     this.ScaleX = this.AddCell(SRCCON.ScaleX, nameof(SRCCON.ScaleX));
     this.ScaleY = this.AddCell(SRCCON.ScaleY, nameof(SRCCON.ScaleY));
     this.PaperSource = this.AddCell(SRCCON.PaperSource, nameof(SRCCON.PaperSource));
     this.DrawingScale = this.AddCell(SRCCON.DrawingScale, nameof(SRCCON.DrawingScale));
     this.DrawingScaleType = this.AddCell(SRCCON.DrawingScaleType, nameof(SRCCON.DrawingScaleType));
     this.DrawingSizeType = this.AddCell(SRCCON.DrawingSizeType, nameof(SRCCON.DrawingSizeType));
     this.InhibitSnap = this.AddCell(SRCCON.InhibitSnap, nameof(SRCCON.InhibitSnap));
     this.PageHeight = this.AddCell(SRCCON.PageHeight, nameof(SRCCON.PageHeight));
     this.PageScale = this.AddCell(SRCCON.PageScale, nameof(SRCCON.PageScale));
     this.PageWidth = this.AddCell(SRCCON.PageWidth, nameof(SRCCON.PageWidth));
     this.ShdwObliqueAngle = this.AddCell(SRCCON.ShdwObliqueAngle, nameof(SRCCON.ShdwObliqueAngle));
     this.ShdwOffsetX = this.AddCell(SRCCON.ShdwOffsetX, nameof(SRCCON.ShdwOffsetX));
     this.ShdwOffsetY = this.AddCell(SRCCON.ShdwOffsetY, nameof(SRCCON.ShdwOffsetY));
     this.ShdwScaleFactor = this.AddCell(SRCCON.ShdwScaleFactor, nameof(SRCCON.ShdwScaleFactor));
     this.ShdwType = this.AddCell(SRCCON.ShdwType, nameof(SRCCON.ShdwType));
     this.UIVisibility = this.AddCell(SRCCON.UIVisibility, nameof(SRCCON.UIVisibility));
     this.XGridDensity = this.AddCell(SRCCON.XGridDensity, nameof(SRCCON.XGridDensity));
     this.XGridOrigin = this.AddCell(SRCCON.XGridOrigin, nameof(SRCCON.XGridOrigin));
     this.XGridSpacing = this.AddCell(SRCCON.XGridSpacing, nameof(SRCCON.XGridSpacing));
     this.XRulerDensity = this.AddCell(SRCCON.XRulerDensity, nameof(SRCCON.XRulerDensity));
     this.XRulerOrigin = this.AddCell(SRCCON.XRulerOrigin, nameof(SRCCON.XRulerOrigin));
     this.YGridDensity = this.AddCell(SRCCON.YGridDensity, nameof(SRCCON.YGridDensity));
     this.YGridOrigin = this.AddCell(SRCCON.YGridOrigin, nameof(SRCCON.YGridOrigin));
     this.YGridSpacing = this.AddCell(SRCCON.YGridSpacing, nameof(SRCCON.YGridSpacing));
     this.YRulerDensity = this.AddCell(SRCCON.YRulerDensity, nameof(SRCCON.YRulerDensity));
     this.YRulerOrigin = this.AddCell(SRCCON.YRulerOrigin, nameof(SRCCON.YRulerOrigin));
     this.AvenueSizeX = this.AddCell(SRCCON.AvenueSizeX, nameof(SRCCON.AvenueSizeX));
     this.AvenueSizeY = this.AddCell(SRCCON.AvenueSizeY, nameof(SRCCON.AvenueSizeY));
     this.BlockSizeX = this.AddCell(SRCCON.BlockSizeX, nameof(SRCCON.BlockSizeX));
     this.BlockSizeY = this.AddCell(SRCCON.BlockSizeY, nameof(SRCCON.BlockSizeY));
     this.CtrlAsInput = this.AddCell(SRCCON.CtrlAsInput, nameof(SRCCON.CtrlAsInput));
     this.DynamicsOff = this.AddCell(SRCCON.DynamicsOff, nameof(SRCCON.DynamicsOff));
     this.EnableGrid = this.AddCell(SRCCON.EnableGrid, nameof(SRCCON.EnableGrid));
     this.LineAdjustFrom = this.AddCell(SRCCON.LineAdjustFrom, nameof(SRCCON.LineAdjustFrom));
     this.LineAdjustTo = this.AddCell(SRCCON.LineAdjustTo, nameof(SRCCON.LineAdjustTo));
     this.LineJumpCode = this.AddCell(SRCCON.LineJumpCode, nameof(SRCCON.LineJumpCode));
     this.LineJumpFactorX = this.AddCell(SRCCON.LineJumpFactorX, nameof(SRCCON.LineJumpFactorX));
     this.LineJumpFactorY = this.AddCell(SRCCON.LineJumpFactorY, nameof(SRCCON.LineJumpFactorY));
     this.LineJumpStyle = this.AddCell(SRCCON.LineJumpStyle, nameof(SRCCON.LineJumpStyle));
     this.LineRouteExt = this.AddCell(SRCCON.LineRouteExt, nameof(SRCCON.LineRouteExt));
     this.LineToLineX = this.AddCell(SRCCON.LineToLineX, nameof(SRCCON.LineToLineX));
     this.LineToLineY = this.AddCell(SRCCON.LineToLineY, nameof(SRCCON.LineToLineY));
     this.LineToNodeX = this.AddCell(SRCCON.LineToNodeX, nameof(SRCCON.LineToNodeX));
     this.LineToNodeY = this.AddCell(SRCCON.LineToNodeY, nameof(SRCCON.LineToNodeY));
     this.PageLineJumpDirX = this.AddCell(SRCCON.PageLineJumpDirX, nameof(SRCCON.PageLineJumpDirX));
     this.PageLineJumpDirY = this.AddCell(SRCCON.PageLineJumpDirY, nameof(SRCCON.PageLineJumpDirY));
     this.PageShapeSplit = this.AddCell(SRCCON.PageShapeSplit, nameof(SRCCON.PageShapeSplit));
     this.PlaceDepth = this.AddCell(SRCCON.PlaceDepth, nameof(SRCCON.PlaceDepth));
     this.PlaceFlip = this.AddCell(SRCCON.PlaceFlip, nameof(SRCCON.PlaceFlip));
     this.PlaceStyle = this.AddCell(SRCCON.PlaceStyle, nameof(SRCCON.PlaceStyle));
     this.PlowCode = this.AddCell(SRCCON.PlowCode, nameof(SRCCON.PlowCode));
     this.ResizePage = this.AddCell(SRCCON.ResizePage, nameof(SRCCON.ResizePage));
     this.RouteStyle = this.AddCell(SRCCON.RouteStyle, nameof(SRCCON.RouteStyle));
     this.AvoidPageBreaks = this.AddCell(SRCCON.AvoidPageBreaks, nameof(SRCCON.AvoidPageBreaks));
     this.DrawingResizeType = this.AddCell(SRCCON.DrawingResizeType, nameof(SRCCON.DrawingResizeType));
 }