HomeUniDoc
...

Package vmldrawing

Overview ▾

func NewCommentShape

func NewCommentShape(col, row int64) *vml.Shape

NewCommentShape creates a new comment shape for a given cell index. The indices here are zero based.

type Container

type Container struct {
    Layout    *vml.OfcShapelayout
    ShapeType *vml.Shapetype
    Shape     []*vml.Shape
}

func NewCommentDrawing

func NewCommentDrawing() *Container

NewCommentDrawing constructs a new comment drawing.

func NewContainer

func NewContainer() *Container

func (*Container) MarshalXML

func (c *Container) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*Container) UnmarshalXML

func (c *Container) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error