Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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);
 }