| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove the BasicShapeCenterCoordinate type
The direction for all BasicShapeCenterCoordinates are now kTopLeft,
which makes the stored `direction_` useless, and the `computed_length_`
always equal to `length_`. Thus this class can be replaced by just a
plain Length.
Do that, and get rid of the ValueForCenterCoordinate() helper and
convert the ConvertToCenterCoordinate() helper to use
StyleBuilderConverter::ConvertPositionLength() which performs the same
operation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |