Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 169696 Details for
Bug 297368
Would like to suppress gridlines in excel output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
org.eclipse.birt.report.engine.emitter.excel.layout.ExcelContext
ExcelContext.java (text/java), 1.78 KB, created by
Steve Schafer
on 2010-05-24 12:34:52 EDT
(
hide
)
Description:
org.eclipse.birt.report.engine.emitter.excel.layout.ExcelContext
Filename:
MIME Type:
Creator:
Steve Schafer
Created:
2010-05-24 12:34:52 EDT
Size:
1.78 KB
patch
obsolete
>/******************************************************************************* > * Copyright (c)2007 Actuate Corporation. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html > * > * Contributors: > * Actuate Corporation - initial API and implementation > *******************************************************************************/ > >package org.eclipse.birt.report.engine.emitter.excel.layout; > >import com.ibm.icu.util.ULocale; > > >public class ExcelContext >{ > private boolean wrappingText = true; > > private String officeVersion = "office2003"; > > private String tempFileDir; > > private ULocale locale; > > // Modified by Steve Schafer on 5/21/2010 > // begin > private Boolean hideGridlines; > // end > > public void setWrappingText(boolean wrappingText) > { > this.wrappingText = wrappingText; > } > > public void setOfficeVersion(String officeVersion) > { > this.officeVersion = officeVersion; > } > > public boolean getWrappingText() > { > return wrappingText; > } > > public String getOfficeVersion() > { > return officeVersion; > } > > public void setTempFileDir( String tempFileDir ) > { > this.tempFileDir = tempFileDir; > } > > public String getTempFileDir( ) > { > return this.tempFileDir; > } > > public ULocale getLocale( ) > { > return this.locale; > } > > public void setLocale( ULocale locale ) > { > this.locale = locale; > } > > // Modified by Steve Schafer on 5/21/2010 > // begin > public boolean getHideGridlines() > { > return this.hideGridlines; > } > > public void setHideGridlines( Boolean hideGridlines ) > { > this.hideGridlines = hideGridlines; > } > // end >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 297368
: 169696 |
169697
|
169698
|
169699