You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/06/14 19:02:30 UTC

[Bug 59702] New: Slide master

https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

            Bug ID: 59702
           Summary: Slide master
           Product: POI
           Version: 3.14-FINAL
          Hardware: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: XSLF
          Assignee: dev@poi.apache.org
          Reporter: kisandrasgabor@gmail.com

The slide master doesn't seem to have a CTShapeProperties entry. The only thing
I tried to do is change the background color (currently i'm using a template
slide to permanently set it), but it will throw:
java.lang.IllegalStateException: CTShapeProperties was not found.

Theres a method to create one, but thats unimplemented.

I would really prefer not to use the messy whatever tool Microsoft has provided
for the task.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Setting background color in slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |major
            Summary|Slide master                |Setting background color in
                   |                            |slide master
            Version|3.14-FINAL                  |3.15-dev
         Resolution|---                         |FIXED
           Hardware|PC                          |All
             Status|NEW                         |RESOLVED

--- Comment #6 from Andreas Beeker <ki...@apache.org> ---
Patched via r1749108
The test code is in TestXSLFSlideShow.testMasterBackground()

I've started to wrap the ooxml properties into delegates, to handle them alike, 
but I would actually prefer to enhance the xml schema classes with interfaces.
Although this change is sufficient for this issue - the delegate usage will be 
extended for the other XSLF classes.
If I have more or less complete set of interfaces, I'll probably modify the xml 
schemas, but that's to be discussed on the dev list ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

--- Comment #2 from András Gábor Kis <ki...@gmail.com> ---
https://github.com/Frontrider/PowerPointGenerator

The github link to the project.

The location of the "error" is in hu.frontrider.pptgen.Writeppt.kt, line 48.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Could you be more specific about what's not working, such as a code example
demonstrating the problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

--- Comment #4 from András Gábor Kis <ki...@gmail.com> ---
I see beta 2 is planned to be released enxt month. Theres any way for me to get
my hands on the fix earlier?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

--- Comment #3 from Andreas Beeker <ki...@apache.org> ---
I've already fixed that issue locally, but now I try to make it more general,
so the setFillStyle/setFillColor works with table cells, group shapes,
backgrounds and of course normal shapes too.

I'll commit it in the next few days ..

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59702] Slide master

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59702

--- Comment #5 from Nick Burch <ap...@gagravarr.org> ---
http://poi.apache.org/subversion.html
http://poi.apache.org/howtobuild.html
http://poi.apache.org/download.html#Nightly+Builds

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org