Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
//========================================================================//
//                        SOURCE CODE LICENSE                             //
//  Copyright 2014 Dassault Systèmes SolidWorks Corporation               //
//  All rights reserved.                                                  //
//  This software and related documentation are proprietary to            // 
//  Dassault Systèmes SolidWorks Corporation                              //
//========================================================================//
// dsTableStyle.js, JavaScript API dsTableStyle interface
//

djObjectExtendCollection.dsTableStyle = djTableStyleExtend;

function djTableStyleExtend(dsObj) {
	dsObj.release =  function() { return djProcessCommand(this, 'release', arguments); };
	dsObj.get_Name = function() {return djProcessCommand(this, 'get_Name', arguments); };
	dsObj.Rename = function(Name) {return djProcessCommand(this, 'Rename', arguments); };
	dsObj.Activate = function() {return djProcessCommand(this, 'Activate', arguments); };
	dsObj.get_HeaderOrientation = function() {return djProcessCommand(this, 'get_HeaderOrientation', arguments); };
	dsObj.put_HeaderOrientation = function(NewVal) {return djProcessCommand(this, 'put_HeaderOrientation', arguments); };
	dsObj.GetBackgroundColor = function(CellType) {return djProcessCommand(this, 'GetBackgroundColor', arguments); };
	dsObj.SetBackgroundColor = function(CellType, NewVal) {return djProcessCommand(this, 'SetBackgroundColor', arguments); };
	dsObj.GetAlignment = function(CellType) {return djProcessCommand(this, 'GetAlignment', arguments); };
	dsObj.SetAlignment = function(CellType, NewVal) {return djProcessCommand(this, 'SetAlignment', arguments); };
	dsObj.GetTextColor = function(CellType) {return djProcessCommand(this, 'GetTextColor', arguments); };
	dsObj.SetTextColor = function(CellType, NewVal) {return djProcessCommand(this, 'SetTextColor', arguments); };
	dsObj.GetTextStyle = function(CellType) {return djProcessCommand(this, 'GetTextStyle', arguments); };
	dsObj.SetTextStyle = function(CellType, NewVal) {return djProcessCommand(this, 'SetTextStyle', arguments); };
	dsObj.GetTextHeight = function(CellType) {return djProcessCommand(this, 'GetTextHeight', arguments); };
	dsObj.SetTextHeight = function(CellType, NewVal) {return djProcessCommand(this, 'SetTextHeight', arguments); };
	dsObj.GetBordersVisibility = function(CellType, LineType) {return djProcessCommand(this, 'GetBordersVisibility', arguments); };
	dsObj.SetBordersVisibility = function(CellType, LineType, NewVal) {return djProcessCommand(this, 'SetBordersVisibility', arguments); };
	dsObj.GetBordersColor = function(CellType, LineType) {return djProcessCommand(this, 'GetBordersColor', arguments); };
	dsObj.SetBordersColor = function(CellType, LineType, NewVal) {return djProcessCommand(this, 'SetBordersColor', arguments); };
	dsObj.GetBordersLineWeight = function(CellType, LineType) {return djProcessCommand(this, 'GetBordersLineWeight', arguments); };
	dsObj.SetBordersLineWeight = function(CellType, LineType, NewVal) {return djProcessCommand(this, 'SetBordersLineWeight', arguments); };
	dsObj.GetHorizontalMargin = function(CellType) {return djProcessCommand(this, 'GetHorizontalMargin', arguments); };
	dsObj.SetHorizontalMargin = function(CellType, NewVal) {return djProcessCommand(this, 'SetHorizontalMargin', arguments); };
	dsObj.GetVerticalMargin = function(CellType) {return djProcessCommand(this, 'GetVerticalMargin', arguments); };
	dsObj.SetVerticalMargin = function(CellType, NewVal) {return djProcessCommand(this, 'SetVerticalMargin', arguments); };
	dsObj.CreateExtensionDictionary = function() {return djProcessCommand(this, 'CreateExtensionDictionary', arguments); };
	dsObj.GetExtensionDictionary = function() {return djProcessCommand(this, 'GetExtensionDictionary', arguments); };
	dsObj.ReleaseExtensionDictionary = function() {return djProcessCommand(this, 'ReleaseExtensionDictionary', arguments); };
	//Add forward methods above this line
}