mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
to utf8
This commit is contained in:
@ -16,13 +16,13 @@ namespace DocFileFormat
|
||||
/// Height of each grid square
|
||||
short dyaGrid;
|
||||
/// The number of grid squares (in the y direction) between each
|
||||
/// gridline drawn on the screen. 0 means don<EFBFBD>t display any
|
||||
/// gridline drawn on the screen. 0 means don‘t display any
|
||||
/// gridlines in the y direction.
|
||||
short dyGridDisplay;
|
||||
/// Suppress display of gridlines
|
||||
bool fTurnItOff;
|
||||
/// The number of grid squares (in the x direction) between each
|
||||
/// gridline drawn on the screen. 0 means don<EFBFBD>t display any
|
||||
/// gridline drawn on the screen. 0 means don‘t display any
|
||||
/// gridlines in the y direction.
|
||||
short dxGridDisplay;
|
||||
/// If true, the grid will start at the left and top margins and
|
||||
|
||||
Reference in New Issue
Block a user