MCPcopy
hub / github.com/signintech/gopdf / IObj

Interface IObj

iobj.go:8–12  ·  view source on GitHub ↗

IObj inteface for all pdf object

Source from the content-addressed store, hash-verified

6
7// IObj inteface for all pdf object
8type IObj interface {
9 init(func() *GoPdf)
10 getType() string
11 write(w io.Writer, objID int) error
12}

Callers 16

imageByHolderMethod · 0.65
AddPageWithOptionMethod · 0.65
startMethod · 0.65
setSubsetFontObjectMethod · 0.65
SetFontWithStyleMethod · 0.65
KernOverrideMethod · 0.65
prepareMethod · 0.65
SetColorSpaceMethod · 0.65
compilePdfMethod · 0.65

Implementers 15

CIDFontObjcid_font_obj.go
ProcSetObjprocset_obj.go
OutlinesObjoutlines_obj.go
OutlineObjoutlines_obj.go
PdfDictionaryObjpdf_dictionary_obj.go
ImageObjimage_obj.go
ColorSpaceObjcolor_space_obj.go
FontObjfont_obj.go
EmbedFontObjembedfont_obj.go
TransparencyXObjectGrouptransparency_xobject_group.go
EncodingObjencoding_obj.go
SubfontDescriptorObjsubfont_descriptor_obj.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…