mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-27 13:48:54 +08:00
meta: remove extra quotes in doc
This commit is contained in:
parent
b26dccb39a
commit
ca1d399354
4
doc.go
4
doc.go
@ -15,8 +15,8 @@ the ECMA-376 standard when marshaling/unmarshaling XML documents. From there it
|
|||||||
adds wrappers around the ECMA-376 derived types that provide a more convenient
|
adds wrappers around the ECMA-376 derived types that provide a more convenient
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
The raw XML based types reside in the ```schema/``` directory. These types are
|
The raw XML based types reside in the `schema/`` directory. These types are
|
||||||
always accessible from the wrapper types via a ```X()``` method that returns the
|
always accessible from the wrapper types via a `X() method that returns the
|
||||||
raw type. Except for the base documents (document.Document,
|
raw type. Except for the base documents (document.Document,
|
||||||
spreadsheet.Workbook and presentation.Presentation), the other wrapper types are
|
spreadsheet.Workbook and presentation.Presentation), the other wrapper types are
|
||||||
value types with non-pointer methods. They exist solely to modify and return
|
value types with non-pointer methods. They exist solely to modify and return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user