From 4db34d051d53a03350ad04091fe7a399e4f4262d Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 13 May 2024 08:25:11 +0000 Subject: [PATCH] build based on 09e8a06 --- dev/.documenter-siteinfo.json | 2 +- dev/api/index.html | 12 ++++++------ dev/index.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index e9d30c2..e2763ea 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-05-08T06:31:36","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-05-13T08:25:05","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/dev/api/index.html b/dev/api/index.html index 7f8acea..c765d46 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 834aa5a..4db8d2a 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)