diff --git a/dev/api/index.html b/dev/api/index.html index 7012a29..9813a32 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -17,7 +17,7 @@ offset_y is 0 EMUs size_x is 1440000 EMUs size_y is 1080000 EMUs -source
PPTX.PresentationType
Presentation(
+
source
PPTX.PresentationType
Presentation(
     slides::Vector{Slide}=Slide[];
     title::String="unknown",
     author::String="unknown",
@@ -27,7 +27,7 @@
 Presentation with 1 slide
  title is "My Presentation"
  author is "unknown"
-
source
PPTX.SlideType
Slide(
+
source
PPTX.SlideType
Slide(
     shapes::Vector{AbstractShape}=AbstractShape[];
     title::String="",
     layout::Int=1,
@@ -48,7 +48,7 @@
 
 julia> slide
 Slide("Hello Title", PPTX.AbstractShape[TextBox], 0, 2)
-
source
PPTX.TableType
Table(;
+
source
PPTX.TableType
Table(;
     content,
     offset_x::Real = 50,
     offset_y::Real = 50,
@@ -71,7 +71,7 @@
  offset_y is 1800000 EMUs
  size_x is 1080000 EMUs
  size_y is 3600000 EMUs
-
source
PPTX.TextBoxType
TextBox(;
+
source
PPTX.TextBoxType
TextBox(;
     content::String = "",
     offset_x::Real = 50,
     offset_y::Real = 50,
@@ -87,7 +87,7 @@
  offset_y is 1800000 EMUs
  size_x is 1080000 EMUs
  size_y is 1080000 EMUs
-
source
Base.writeMethod
Base.write(
+
source
Base.writeMethod
Base.write(
     filepath::String,
     p::Presentation;
     overwrite::Bool=false,
@@ -105,4 +105,4 @@
 
 julia> push!(pres, slide)
 
-julia> write("hello_world.pptx", pres)
source
+julia> write("hello_world.pptx", pres)source diff --git a/dev/index.html b/dev/index.html index 8320b2e..79d8ba4 100644 --- a/dev/index.html +++ b/dev/index.html @@ -39,4 +39,4 @@ Presentation with 4 slides title is "My First PowerPoint" author is "unknown" -

Finally you can write the PPTX file with PPTX.write:

PPTX.write("example.pptx", pres, overwrite = true, open_ppt=true)
+

Finally you can write the PPTX file with PPTX.write:

PPTX.write("example.pptx", pres, overwrite = true, open_ppt=true)
diff --git a/dev/search/index.html b/dev/search/index.html index 433f14b..f14dc32 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · PPTX.jl

Loading search...

    +Search · PPTX.jl

    Loading search...