drawing

package
v0.0.0-...-822f779 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LineJoin

type LineJoin byte

LineJoin is the type of line join

const (
	LineJoinRound LineJoin = iota
	LineJoinBevel
	LineJoinMiter
)

LineJoin types

type LineProperties

type LineProperties struct {
	// contains filtered or unexported fields
}

func (LineProperties) SetJoin

func (l LineProperties) SetJoin(e LineJoin)

SetJoin sets the line join style.

func (LineProperties) SetNoFill

func (l LineProperties) SetNoFill()

func (LineProperties) SetSolidFill

func (l LineProperties) SetSolidFill(c color.Color)

func (LineProperties) SetWidth

func (l LineProperties) SetWidth(w measurement.Distance)

SetWidth sets the line width, MS products treat zero as the minimum width that can be displayed.

func (LineProperties) X

X returns the inner wrapped XML type.

type Paragraph

type Paragraph struct {
	// contains filtered or unexported fields
}

Paragraph is a paragraph within a document.

func MakeParagraph

func MakeParagraph(x *dml.CT_TextParagraph) Paragraph

MakeParagraph constructs a new paragraph wrapper.

func (Paragraph) AddBreak

func (p Paragraph) AddBreak()

AddBreak adds a new line break to a paragraph.

func (Paragraph) AddRun

func (p Paragraph) AddRun() Run

AddRun adds a new run to a paragraph.

func (Paragraph) Properties

func (p Paragraph) Properties() ParagraphProperties

Properties returns the paragraph properties.

func (Paragraph) X

X returns the inner wrapped XML type.

type ParagraphProperties

type ParagraphProperties struct {
	// contains filtered or unexported fields
}

ParagraphProperties allows controlling paragraph properties.

func MakeParagraphProperties

func MakeParagraphProperties(x *dml.CT_TextParagraphProperties) ParagraphProperties

MakeParagraphProperties constructs a new ParagraphProperties wrapper.

func (ParagraphProperties) SetAlign

SetAlign controls the paragraph alignment

func (ParagraphProperties) SetBulletChar

func (p ParagraphProperties) SetBulletChar(c string)

SetBulletChar sets the bullet character for the paragraph.

func (ParagraphProperties) SetBulletFont

func (p ParagraphProperties) SetBulletFont(f string)

SetBulletFont controls the font for the bullet character.

func (ParagraphProperties) SetLevel

func (p ParagraphProperties) SetLevel(idx int32)

SetLevel sets the level of indentation of a paragraph.

func (ParagraphProperties) SetNumbered

func (p ParagraphProperties) SetNumbered(scheme dml.ST_TextAutonumberScheme)

SetNumbered controls if bullets are numbered or not.

func (ParagraphProperties) X

X returns the inner wrapped XML type.

type Run

type Run struct {
	// contains filtered or unexported fields
}

Run is a run within a paragraph.

func MakeRun

func MakeRun(x *dml.EG_TextRun) Run

MakeRun constructs a new Run wrapper.

func (Run) Properties

func (r Run) Properties() RunProperties

Properties returns the run's properties.

func (Run) SetText

func (r Run) SetText(s string)

SetText sets the run's text contents.

func (Run) X

func (r Run) X() *dml.EG_TextRun

X returns the inner wrapped XML type.

type RunProperties

type RunProperties struct {
	// contains filtered or unexported fields
}

RunProperties controls the run properties.

func MakeRunProperties

func MakeRunProperties(x *dml.CT_TextCharacterProperties) RunProperties

MakeRunProperties constructs a new RunProperties wrapper.

func (RunProperties) SetBold

func (r RunProperties) SetBold(b bool)

SetBold controls the bolding of a run.

func (RunProperties) SetFont

func (r RunProperties) SetFont(s string)

SetFont controls the font of a run.

func (RunProperties) SetSize

func (r RunProperties) SetSize(sz measurement.Distance)

SetSize sets the font size of the run text

func (RunProperties) SetSolidFill

func (r RunProperties) SetSolidFill(c color.Color)

SetSolidFill controls the text color of a run.

type ShapeProperties

type ShapeProperties struct {
	// contains filtered or unexported fields
}

func MakeShapeProperties

func MakeShapeProperties(x *dml.CT_ShapeProperties) ShapeProperties

func (ShapeProperties) LineProperties

func (s ShapeProperties) LineProperties() LineProperties

func (ShapeProperties) SetFlipHorizontal

func (s ShapeProperties) SetFlipHorizontal(b bool)

SetFlipHorizontal controls if the shape is flipped horizontally.

func (ShapeProperties) SetFlipVertical

func (s ShapeProperties) SetFlipVertical(b bool)

SetFlipVertical controls if the shape is flipped vertically.

func (ShapeProperties) SetGeometry

func (s ShapeProperties) SetGeometry(g dml.ST_ShapeType)

SetGeometry sets the shape type of the shape

func (ShapeProperties) SetHeight

func (s ShapeProperties) SetHeight(h measurement.Distance)

SetHeight sets the height of the shape.

func (ShapeProperties) SetNoFill

func (s ShapeProperties) SetNoFill()

func (ShapeProperties) SetPosition

func (s ShapeProperties) SetPosition(x, y measurement.Distance)

SetPosition sets the position of the shape.

func (ShapeProperties) SetSize

func (s ShapeProperties) SetSize(w, h measurement.Distance)

SetSize sets the width and height of the shape.

func (ShapeProperties) SetSolidFill

func (s ShapeProperties) SetSolidFill(c color.Color)

func (ShapeProperties) SetWidth

func (s ShapeProperties) SetWidth(w measurement.Distance)

SetWidth sets the width of the shape.

func (ShapeProperties) X

X returns the inner wrapped XML type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL