internal void SetTarget(SupplementProcessor.UserControls.Table target) { Vector2DPosition.ValueInPixel = target.GetLocation(); XLSColumn.UpdateList(MainWindow.instance.LayoutProperties.LayoutType); SelectListItem(XLSColumn.XLSColumsList, target.XlsColumn); FontChooser.SetTarget(target); FontChooser2.SetTarget(target.TextFontFamily, target.TextFontSize, target.TextFontStyle, target.TextFontWeight); }
internal void SetTarget(IPropertiesTarget target) { TextCaption = target.SpanText; Vector2DPosition.ValueInPixel = target.GetLocation(); XLSColumn.UpdateList(MainWindow.instance.LayoutProperties.LayoutType); SelectListItem(XLSColumn.XLSColumsList, target.XlsColumn); FontChooser.SetTarget(target); }